gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2695 - in Extractor: . contrib src/include


From: grothoff
Subject: [GNUnet-SVN] r2695 - in Extractor: . contrib src/include
Date: Sat, 29 Apr 2006 20:42:16 -0700 (PDT)

Author: grothoff
Date: 2006-04-29 20:42:12 -0700 (Sat, 29 Apr 2006)
New Revision: 2695

Modified:
   Extractor/configure.ac
   Extractor/contrib/doxygen
   Extractor/src/include/extractor.h
Log:
fixes, preparing for 0.5.13

Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac      2006-04-29 17:54:47 UTC (rev 2694)
+++ Extractor/configure.ac      2006-04-30 03:42:12 UTC (rev 2695)
@@ -1,8 +1,8 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.57)
-AC_INIT([libextractor], [0.5.12], address@hidden)
+AC_INIT([libextractor], [0.5.13], address@hidden)
 AC_REVISION($Revision: 1.67 $)
-AM_INIT_AUTOMAKE([libextractor], [0.5.12])
+AM_INIT_AUTOMAKE([libextractor], [0.5.13])
 AM_CONFIG_HEADER(src/include/config.h)
 
 AH_TOP([#define _GNU_SOURCE  1])
@@ -333,7 +333,6 @@
 src/plugins/hash/Makefile
 src/plugins/thumbnail/Makefile
 src/plugins/exiv2/Makefile
-src/plugins/wordleaker/Makefile
 src/test/Makefile
 ])
 

Modified: Extractor/contrib/doxygen
===================================================================
--- Extractor/contrib/doxygen   2006-04-29 17:54:47 UTC (rev 2694)
+++ Extractor/contrib/doxygen   2006-04-30 03:42:12 UTC (rev 2695)
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.5.12
+PROJECT_NUMBER         = 0.5.13
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

Modified: Extractor/src/include/extractor.h
===================================================================
--- Extractor/src/include/extractor.h   2006-04-29 17:54:47 UTC (rev 2694)
+++ Extractor/src/include/extractor.h   2006-04-30 03:42:12 UTC (rev 2695)
@@ -1,6 +1,6 @@
 /*
      This file is part of libextractor.
-     (C) 2002, 2003, 2004, 2005 Vidyut Samanta and Christian Grothoff
+     (C) 2002, 2003, 2004, 2005, 2006 Vidyut Samanta and Christian Grothoff
 
      libextractor is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -29,7 +29,7 @@
  * 0.2.6-1 => 0x00020601
  * 4.5.2-0 => 0x04050200
  */
-#define EXTRACTOR_VERSION 0x00051201
+#define EXTRACTOR_VERSION 0x00051300
 
 #include <stdio.h>
 





reply via email to

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