Version 1.2.1, source code only release. v1.2.1
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 18 Aug 2010 12:31:09 +0000 (14:31 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 18 Aug 2010 12:31:09 +0000 (14:31 +0200)
NEWS
configure.ac
win/makefile

diff --git a/NEWS b/NEWS
index 0e22d84..5ad983d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+--- 1.2.1 2010/08/18
+
+Fix --with-boost=PREFIX .
+
 --- 1.2.0 2010/07/09
 
 session_shared: fix use of maintenance thread.
index e66e607..e8f8a98 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ([2.60])
-AC_INIT([metaproxy],[1.2.0],[metaproxy-help@indexdata.dk])
+AC_INIT([metaproxy],[1.2.1],[metaproxy-help@indexdata.dk])
 
 AC_CONFIG_HEADERS([src/config.hpp])
 
index d4f8c72..6adce12 100644 (file)
@@ -7,7 +7,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.1.7
+VERSION=1.2.1
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz