Changing version for beta2
authorSteve Singer <ssinger@ca.afilias.info>
Fri, 27 May 2011 12:30:25 +0000 (08:30 -0400)
committerSteve Singer <ssinger@ca.afilias.info>
Fri, 27 May 2011 14:23:12 +0000 (10:23 -0400)
config.h.in
config_msvc.h
configure.ac
src/backend/slony1_funcs.sql

index a5658a5710e93a81b0d2ebb22280dcf8ec97835c..2a06e7c21575a7b310a0b8cefccce2a66b7cc4e4 100644 (file)
@@ -12,8 +12,8 @@
 #ifndef        SLONY_I_CONFIG_H
 #define SLONY_I_CONFIG_H
 
-#define SLONY_I_VERSION_STRING "2.1.0.b1"
-#define SLONY_I_VERSION_STRING_DEC 2,1,0,b1
+#define SLONY_I_VERSION_STRING "2.1.0.b2"
+#define SLONY_I_VERSION_STRING_DEC 2,1,0,b2
 
 #ifndef PG_VERSION_MAJOR
 #define PG_VERSION_MAJOR 0
index 10f39181d7cfecd1e5e4e83081670e13c0e9f874..083e09948d15c2f69983eabbcb850abd9621ff09 100644 (file)
@@ -4,8 +4,8 @@
 
 #include <server/pg_config.h>
 
-#define SLONY_I_VERSION_STRING "2.1.0.b1"
-#define SLONY_I_VERSION_STRING_DEC 2,1,0,b1
+#define SLONY_I_VERSION_STRING "2.1.0.b2"
+#define SLONY_I_VERSION_STRING_DEC 2,1,0,b2
 #if PG_VERSION_NUM >= 90000
 #define HAVE_GETACTIVESNAPSHOT 1
 #define HAVE_TYPCACHE 1
index 754951e63da4702a65a3fa8b59e57ba94e9524af..d21eee7d69f7555f1df568582a4a7e79ed007a75 100644 (file)
@@ -11,7 +11,7 @@
 # ----------
 m4_define([SLONREL_VERSION], esyscmd([echo "$Name:  $" | \
   sed -e 's/\:\ REL_//' -e 's/\$//g' -e 's/_/./g' -e 's/\./\_/3' \
-    -e 's/\ //g' -e s/\:/`echo 2.1.0.b1`/ | tr -d '\n']))
+    -e 's/\ //g' -e s/\:/`echo 2.1.0.b2`/ | tr -d '\n']))
 
 m4_pattern_allow([^SLON_AC_])
 
index b6cb32cedddd76dec90a9b590735325aca25cd47..70c972201a09154791c921d248b9e913512b812c 100644 (file)
@@ -451,7 +451,7 @@ as $$
 begin
        return @NAMESPACE@.slonyVersionMajor()::text || '.' || 
               @NAMESPACE@.slonyVersionMinor()::text || '.' || 
-              @NAMESPACE@.slonyVersionPatchlevel()::text || '.b1' ;
+              @NAMESPACE@.slonyVersionPatchlevel()::text || '.b2' ;
 end;
 $$ language plpgsql;
 comment on function @NAMESPACE@.slonyVersion() is