Skip to content

Commit

Permalink
fix: Stamp 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emotionbug committed Sep 30, 2021
1 parent a680a05 commit 243d110
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 @@ -2853,7 +2853,7 @@ cat >>confdefs.h <<_ACEOF
_ACEOF


AG_VERSION=2.3.0-devel
AG_VERSION=2.5.0

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.3.0-devel]
[AG_VERSION=2.5.0]
AC_DEFINE_UNQUOTED(AG_VERSION, "$AG_VERSION", [AgensGraph version as a string])

AC_CANONICAL_HOST
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 @@ -666,7 +666,7 @@
#define SIZEOF_BOOL 1

/* AgensGraph version as a string */
#define AG_VERSION "2.3.0-devel"
#define AG_VERSION "2.5.0"

/* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG 4
Expand Down

0 comments on commit 243d110

Please sign in to comment.