#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
#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
# ----------
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_])
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