gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r765 - in Extractor/src: include main


From: grothoff
Subject: [GNUnet-SVN] r765 - in Extractor/src: include main
Date: Sat, 7 May 2005 13:12:55 -0700 (PDT)

Author: grothoff
Date: 2005-05-07 13:12:47 -0700 (Sat, 07 May 2005)
New Revision: 765

Modified:
   Extractor/src/include/extractor.h
   Extractor/src/main/Makefile.am
Log:
fix

Modified: Extractor/src/include/extractor.h
===================================================================
--- Extractor/src/include/extractor.h   2005-05-07 19:55:04 UTC (rev 764)
+++ Extractor/src/include/extractor.h   2005-05-07 20:12:47 UTC (rev 765)
@@ -29,7 +29,7 @@
  * 0.2.6-1 => 0x00020601
  * 4.5.2-0 => 0x04050200
  */
-#define EXTRACTOR_VERSION 0x00040200
+#define EXTRACTOR_VERSION 0x00050000
 
 #include <stdio.h>
 

Modified: Extractor/src/main/Makefile.am
===================================================================
--- Extractor/src/main/Makefile.am      2005-05-07 19:55:04 UTC (rev 764)
+++ Extractor/src/main/Makefile.am      2005-05-07 20:12:47 UTC (rev 765)
@@ -24,7 +24,7 @@
   $(top_builddir)/src/main/libextractor.la 
 
 libextractor_la_LDFLAGS = \
-  -export-dynamic -version-info 1:0:0 $(LIBICONV)
+  -export-dynamic -version-info 1:1:0 $(LIBICONV)
 libextractor_la_LIBADD = \
   $(LIBLTDL)
 libextractor_la_DEPENDENCIES = \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]