Bump to 3.0.15.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 26 Sep 2007 19:14:04 +0000 (19:14 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 26 Sep 2007 19:14:04 +0000 (19:14 +0000)
configure.ac
include/yaz/yaz-version.h
win/yaz.nsi
win/yaz.rc

index 1469a29..8388f03 100644 (file)
@@ -1,8 +1,8 @@
 dnl YAZ Toolkit, Index Data 1995-2007
 dnl See the file LICENSE for details.
 dnl YAZ Toolkit, Index Data 1995-2007
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.93 2007-09-21 09:24:17 adam Exp $
+dnl $Id: configure.ac,v 1.94 2007-09-26 19:14:04 adam Exp $
 AC_PREREQ(2.59)
 AC_PREREQ(2.59)
-AC_INIT([yaz],[3.0.14],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.15],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])
index 0d4c12f..e96b079 100644 (file)
@@ -24,7 +24,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-/* $Id: yaz-version.h,v 1.134 2007-09-21 09:24:18 adam Exp $ */
+/* $Id: yaz-version.h,v 1.135 2007-09-26 19:14:04 adam Exp $ */
 /**
  * \file yaz-version.h
  * \brief Defines YAZ version.
 /**
  * \file yaz-version.h
  * \brief Defines YAZ version.
@@ -33,8 +33,8 @@
 
 #include <yaz/yconfig.h>
 
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "3.0.14"
-#define YAZ_VERSIONL 0x03000E
+#define YAZ_VERSION "3.0.15"
+#define YAZ_VERSIONL 0x03000F
 
 #define YAZ_DATE 1
 
 
 #define YAZ_DATE 1
 
index 68b8d4f..f60eb82 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.120 2007-09-21 09:24:18 adam Exp $
+; $Id: yaz.nsi,v 1.121 2007-09-26 19:14:05 adam Exp $
 
 
-!define VERSION "3.0.14"
+!define VERSION "3.0.15"
 
 ; Microsoft runtime CRT 
 ; Uncomment exactly ONE section of the three below
 
 ; Microsoft runtime CRT 
 ; Uncomment exactly ONE section of the three below
index c25721b..008cf1f 100644 (file)
@@ -1,8 +1,8 @@
 #include "winver.h"
 
 VS_VERSION_INFO VERSIONINFO 
 #include "winver.h"
 
 VS_VERSION_INFO VERSIONINFO 
-  FILEVERSION 3,0,14,1
-  PRODUCTVERSION  3,0,14,1
+  FILEVERSION 3,0,15,1
+  PRODUCTVERSION  3,0,15,1
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
   FILEFLAGS 0x1L
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
   FILEFLAGS 0x1L
@@ -20,14 +20,14 @@ VS_VERSION_INFO VERSIONINFO
             VALUE "Comments", "Z39.50/SRU Library\0"
             VALUE "CompanyName", "Index Data ApS\0"
             VALUE "FileDescription", "YAZ Library\0"
             VALUE "Comments", "Z39.50/SRU Library\0"
             VALUE "CompanyName", "Index Data ApS\0"
             VALUE "FileDescription", "YAZ Library\0"
-            VALUE "FileVersion", "3, 0, 14, 1\0"
+            VALUE "FileVersion", "3, 0, 15, 1\0"
             VALUE "InternalName", "YAZ\0"
             VALUE "LegalCopyright", "Copyright © 1995-2007 Index Data ApS\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "yaz.rc\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "YAZ Toolkit\0"
             VALUE "InternalName", "YAZ\0"
             VALUE "LegalCopyright", "Copyright © 1995-2007 Index Data ApS\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "yaz.rc\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "YAZ Toolkit\0"
-            VALUE "ProductVersion", "3, 0, 14, 1\0"
+            VALUE "ProductVersion", "3, 0, 15, 1\0"
             VALUE "SpecialBuild", "\0"
         END
  }
             VALUE "SpecialBuild", "\0"
         END
  }