CVS User Account cvsuser
Tue Dec 5 15:37:09 PST 2006
Log Message:
-----------
Mark new version, 1.2.2, in the relevant files

Tags:
----
REL_1_2_STABLE

Modified Files:
--------------
    slony1-engine:
        config.h.in (r1.17.2.1 -> r1.17.2.2)
    slony1-engine/src/backend:
        slony1_funcs.sql (r1.98.2.5 -> r1.98.2.6)

-------------- next part --------------
Index: config.h.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/config.h.in,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -Lconfig.h.in -Lconfig.h.in -u -w -r1.17.2.1 -r1.17.2.2
--- config.h.in
+++ config.h.in
@@ -12,8 +12,8 @@
 #ifndef	SLONY_I_CONFIG_H
 #define SLONY_I_CONFIG_H
 
-#define SLONY_I_VERSION_STRING	"1.2.1"
-#define SLONY_I_VERSION_STRING_DEC 1,2,1
+#define SLONY_I_VERSION_STRING	"1.2.2"
+#define SLONY_I_VERSION_STRING_DEC 1,2,2
 
 #ifndef PG_VERSION_MAJOR
 #define PG_VERSION_MAJOR 0
Index: slony1_funcs.sql
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.98.2.5
retrieving revision 1.98.2.6
diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.98.2.5 -r1.98.2.6
--- src/backend/slony1_funcs.sql
+++ src/backend/slony1_funcs.sql
@@ -430,7 +430,7 @@
 returns int4
 as '
 begin
-	return 1;
+	return 2;
 end;
 ' language plpgsql;
 comment on function @NAMESPACE at .slonyVersionPatchlevel () is 



More information about the Slony1-commit mailing list