Version 1.0.13.1. v1.0.13.1
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 27 May 2008 16:26:09 +0000 (18:26 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 27 May 2008 16:26:09 +0000 (18:26 +0200)
NEWS
configure.ac
win/makefile

diff --git a/NEWS b/NEWS
index e58690d..99942bc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+--- 1.0.13.1 2008/02/29
+
+Simplified check for Boost libraries.
+
 --- 1.0.13 2008/02/29
 
 First Debian package.
index 64ffe7a..2e5b338 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ([2.60])
-AC_INIT([metaproxy],[1.0.13],[metaproxy-help@indexdata.dk])
+AC_INIT([metaproxy],[1.0.13.1],[metaproxy-help@indexdata.dk])
 
 AC_CONFIG_HEADERS([src/config.hpp])
 
index 06e8bbc..bb65ab5 100644 (file)
@@ -8,7 +8,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.0.13
+VERSION=1.0.13.1
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz