Skip to content

Commit

Permalink
chore: Set AG_VERSION to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
protodef committed Sep 25, 2019
1 parent 29197d2 commit c916986
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2766,7 +2766,7 @@ cat >>confdefs.h <<_ACEOF
_ACEOF


AG_VERSION=2.1.1
AG_VERSION=2.1.2

cat >>confdefs.h <<_ACEOF
#define AG_VERSION "$AG_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PGAC_ARG_REQ(with, extra-version, [STRING], [append STRING to version],
[PG_VERSION="$PACKAGE_VERSION"])
AC_DEFINE_UNQUOTED(PG_VERSION, "$PG_VERSION", [PostgreSQL version as a string])

[AG_VERSION=2.1.1]
[AG_VERSION=2.1.2]
AC_DEFINE_UNQUOTED(AG_VERSION, "$AG_VERSION", [AgensGraph version as a string])

[AG_COMP_VERSION=2.1]
Expand Down
2 changes: 1 addition & 1 deletion src/include/pg_config.h.win32
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
#define PG_VERSION_STR "Uninitialized version string (win32)"

/* AgensGraph version as a string */
#define AG_VERSION "2.1.1"
#define AG_VERSION "2.1.2"
#define AG_COMP_VERSION "2.1"

/* AgensGraph Git revision as a string */
Expand Down

0 comments on commit c916986

Please sign in to comment.