From: Adam Dickmeiss Date: Tue, 22 Apr 2008 10:14:40 +0000 (+0200) Subject: Bump version to 3.0.29. X-Git-Tag: v3.0.30~44 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=6d91a07c81493b6535fd33d6a28382eba56b21e7 Bump version to 3.0.29. --- diff --git a/configure.ac b/configure.ac index b2ca830..917a122 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2008 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[3.0.28],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.29],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) diff --git a/debian/changelog b/debian/changelog index fd3e861..65eca39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.29-1) unstable; urgency=low + + * Internal. + + -- Adam Dickmeiss Tue, 22 Apr 2008 12:10:33 +0200 + yaz (3.0.28-1) unstable; urgency=low * Upstream. diff --git a/doc/common b/doc/common index 3c4ff09..be00ca1 160000 --- a/doc/common +++ b/doc/common @@ -1 +1 @@ -Subproject commit 3c4ff09dc8ef24aa09fb3fad8630ec555c8e324c +Subproject commit be00ca12f99237a57164a03dbce2a78442355cf5 diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index b5d5dfa..56beeee 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -32,10 +32,10 @@ #include -#define YAZ_VERSION "3.0.28" -#define YAZ_VERSIONL 0x03001C +#define YAZ_VERSION "3.0.29" +#define YAZ_VERSIONL 0x03001D -#define YAZ_FILEVERSION 3,0,28,1 +#define YAZ_FILEVERSION 3,0,29,1 #define YAZ_DATE 1 diff --git a/m4 b/m4 index 9763824..a3d7a33 160000 --- a/m4 +++ b/m4 @@ -1 +1 @@ -Subproject commit 9763824ebc2240e71a2eff5bb5b3775ab56d0508 +Subproject commit a3d7a3375702caae9794ae3a724e51ae9ee46ac3 diff --git a/win/yaz.nsi b/win/yaz.nsi index 638c7bb..cc48e87 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,7 +1,7 @@ ; This file is part of the YAZ toolkit. ; Copyright (C) 1995-2008 Index Data -!define VERSION "3.0.28" +!define VERSION "3.0.29" ; Microsoft runtime CRT ; Uncomment exactly ONE section of the three below