Towards YAZ 3.0.0
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 May 2007 12:35:17 +0000 (12:35 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 May 2007 12:35:17 +0000 (12:35 +0000)
configure.ac
debian/changelog
include/yaz/yaz-version.h
win/yaz.nsi
win/yaz.rc

index 2b7d3c5..6d5c659 100644 (file)
@@ -1,8 +1,8 @@
 dnl YAZ Toolkit, Index Data 1995-2007
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.75 2007-04-17 20:26:18 adam Exp $
+dnl $Id: configure.ac,v 1.76 2007-05-01 12:35:17 adam Exp $
 AC_PREREQ(2.59)
-AC_INIT([yaz],[2.1.99.3],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.0],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])
index 906c717..7bc6940 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.0-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 01 May 2007 14:31:54 +0200
+
 yaz (2.1.99-1) unstable; urgency=low
 
   * Upstream.
index 62b0d42..d4a559d 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.
  */
-/* $Id: yaz-version.h,v 1.120 2007-03-19 13:31:05 adam Exp $ */
+/* $Id: yaz-version.h,v 1.121 2007-05-01 12:35:17 adam Exp $ */
 /**
  * \file yaz-version.h
  * \brief Defines YAZ version.
@@ -33,8 +33,8 @@
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "2.1.99"
-#define YAZ_VERSIONL 0x020163
+#define YAZ_VERSION "3.0.0"
+#define YAZ_VERSIONL 0x030000
 
 #define YAZ_DATE 1
 
index c823694..e008ae5 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.106 2007-03-16 08:08:11 adam Exp $
+; $Id: yaz.nsi,v 1.107 2007-05-01 12:35:17 adam Exp $
 
-!define VERSION "2.1.54"
+!define VERSION "3.0.0"
 
 ; Microsoft runtime CRT
 ; VS 2003
@@ -97,7 +97,7 @@ Noservice:
        File ..\bin\zlib1.dll
        File ..\bin\libxml2.dll
        File ..\bin\libxslt.dll
-       File ..\bin\yaz.dll
+       File ..\bin\yaz3.dll
 ;      File ..\bin\*.manifest
        File ..\bin\*.exe
        SetOutPath $SMPROGRAMS\YAZ
index 190e5a6..83eddc4 100644 (file)
@@ -1,8 +1,8 @@
 #include "winver.h"
 
 VS_VERSION_INFO VERSIONINFO 
-  FILEVERSION 2,1,54,1
-  PRODUCTVERSION  2,1,54,1
+  FILEVERSION 3,0,0,1
+  PRODUCTVERSION  3,0,0,1
  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 "FileVersion", "2, 1, 54, 1\0"
+            VALUE "FileVersion", "3, 0, 0, 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 "ProductVersion", "2, 1, 54, 1\0"
+            VALUE "ProductVersion", "3, 0, 0, 1\0"
             VALUE "SpecialBuild", "\0"
         END
  }