Skip to content

Commit 8027fdb

Browse files
committed
Bump version to 7.5.1
1 parent 33611c1 commit 8027fdb

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for Citus 7.5.0.
3+
# Generated by GNU Autoconf 2.69 for Citus 7.5.1.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -579,8 +579,8 @@ MAKEFLAGS=
579579
# Identity of this package.
580580
PACKAGE_NAME='Citus'
581581
PACKAGE_TARNAME='citus'
582-
PACKAGE_VERSION='7.5.0'
583-
PACKAGE_STRING='Citus 7.5.0'
582+
PACKAGE_VERSION='7.5.1'
583+
PACKAGE_STRING='Citus 7.5.1'
584584
PACKAGE_BUGREPORT=''
585585
PACKAGE_URL=''
586586

@@ -1239,7 +1239,7 @@ if test "$ac_init_help" = "long"; then
12391239
# Omit some internal or obsolete options to make the list less imposing.
12401240
# This message is too long to be a string in the A/UX 3.1 sh.
12411241
cat <<_ACEOF
1242-
\`configure' configures Citus 7.5.0 to adapt to many kinds of systems.
1242+
\`configure' configures Citus 7.5.1 to adapt to many kinds of systems.
12431243
12441244
Usage: $0 [OPTION]... [VAR=VALUE]...
12451245
@@ -1300,7 +1300,7 @@ fi
13001300

13011301
if test -n "$ac_init_help"; then
13021302
case $ac_init_help in
1303-
short | recursive ) echo "Configuration of Citus 7.5.0:";;
1303+
short | recursive ) echo "Configuration of Citus 7.5.1:";;
13041304
esac
13051305
cat <<\_ACEOF
13061306
@@ -1400,7 +1400,7 @@ fi
14001400
test -n "$ac_init_help" && exit $ac_status
14011401
if $ac_init_version; then
14021402
cat <<\_ACEOF
1403-
Citus configure 7.5.0
1403+
Citus configure 7.5.1
14041404
generated by GNU Autoconf 2.69
14051405
14061406
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1883,7 +1883,7 @@ cat >config.log <<_ACEOF
18831883
This file contains any messages produced by compilers while
18841884
running configure, to aid debugging if configure makes a mistake.
18851885
1886-
It was created by Citus $as_me 7.5.0, which was
1886+
It was created by Citus $as_me 7.5.1, which was
18871887
generated by GNU Autoconf 2.69. Invocation command line was
18881888
18891889
$ $0 $@
@@ -4701,7 +4701,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
47014701
# report actual input values of CONFIG_FILES etc. instead of their
47024702
# values after options handling.
47034703
ac_log="
4704-
This file was extended by Citus $as_me 7.5.0, which was
4704+
This file was extended by Citus $as_me 7.5.1, which was
47054705
generated by GNU Autoconf 2.69. Invocation command line was
47064706
47074707
CONFIG_FILES = $CONFIG_FILES
@@ -4763,7 +4763,7 @@ _ACEOF
47634763
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
47644764
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
47654765
ac_cs_version="\\
4766-
Citus config.status 7.5.0
4766+
Citus config.status 7.5.1
47674767
configured by $0, generated by GNU Autoconf 2.69,
47684768
with options \\"\$ac_cs_config\\"
47694769

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# everyone needing autoconf installed, the resulting files are checked
66
# into the SCM.
77

8-
AC_INIT([Citus], [7.5.0])
8+
AC_INIT([Citus], [7.5.1])
99
AC_COPYRIGHT([Copyright (c) 2012-2017, Citus Data, Inc.])
1010

1111
# we'll need sed and awk for some of the version commands

src/test/regress/expected/multi_extension.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ ALTER EXTENSION citus UPDATE TO '7.5-7';
147147
SHOW citus.version;
148148
citus.version
149149
---------------
150-
7.5.0
150+
7.5.1
151151
(1 row)
152152

153153
-- ensure no objects were created outside pg_catalog

windows/include/citus_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
#define CITUS_MAJORVERSION "7.5"
1212

1313
/* Citus version as a string */
14-
#define CITUS_VERSION "7.5.0"
14+
#define CITUS_VERSION "7.5.1"
1515

1616
/* Citus version as a number */
1717
#define CITUS_VERSION_NUM 70500
1818

1919
/* A string containing the version number, platform, and C compiler */
20-
#define CITUS_VERSION_STR "Citus 7.5.0 on x86_64-windows, compiled by Visual Studio"
20+
#define CITUS_VERSION_STR "Citus 7.5.1 on x86_64-windows, compiled by Visual Studio"
2121

2222
/* Define to 1 if you have the `curl' library (-lcurl). */
2323
#define HAVE_LIBCURL 0

0 commit comments

Comments
 (0)