Skip to content

Commit e6df2e1

Browse files
committed
Stamp 9.4beta1.
1 parent 195e81a commit e6df2e1

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
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 PostgreSQL 9.4devel.
3+
# Generated by GNU Autoconf 2.69 for PostgreSQL 9.4beta1.
44
#
55
# Report bugs to <pgsql-bugs@postgresql.org>.
66
#
@@ -582,8 +582,8 @@ MAKEFLAGS=
582582
# Identity of this package.
583583
PACKAGE_NAME='PostgreSQL'
584584
PACKAGE_TARNAME='postgresql'
585-
PACKAGE_VERSION='9.4devel'
586-
PACKAGE_STRING='PostgreSQL 9.4devel'
585+
PACKAGE_VERSION='9.4beta1'
586+
PACKAGE_STRING='PostgreSQL 9.4beta1'
587587
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
588588
PACKAGE_URL=''
589589

@@ -1388,7 +1388,7 @@ if test "$ac_init_help" = "long"; then
13881388
# Omit some internal or obsolete options to make the list less imposing.
13891389
# This message is too long to be a string in the A/UX 3.1 sh.
13901390
cat <<_ACEOF
1391-
\`configure' configures PostgreSQL 9.4devel to adapt to many kinds of systems.
1391+
\`configure' configures PostgreSQL 9.4beta1 to adapt to many kinds of systems.
13921392
13931393
Usage: $0 [OPTION]... [VAR=VALUE]...
13941394
@@ -1453,7 +1453,7 @@ fi
14531453

14541454
if test -n "$ac_init_help"; then
14551455
case $ac_init_help in
1456-
short | recursive ) echo "Configuration of PostgreSQL 9.4devel:";;
1456+
short | recursive ) echo "Configuration of PostgreSQL 9.4beta1:";;
14571457
esac
14581458
cat <<\_ACEOF
14591459
@@ -1600,7 +1600,7 @@ fi
16001600
test -n "$ac_init_help" && exit $ac_status
16011601
if $ac_init_version; then
16021602
cat <<\_ACEOF
1603-
PostgreSQL configure 9.4devel
1603+
PostgreSQL configure 9.4beta1
16041604
generated by GNU Autoconf 2.69
16051605
16061606
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2311,7 +2311,7 @@ cat >config.log <<_ACEOF
23112311
This file contains any messages produced by compilers while
23122312
running configure, to aid debugging if configure makes a mistake.
23132313
2314-
It was created by PostgreSQL $as_me 9.4devel, which was
2314+
It was created by PostgreSQL $as_me 9.4beta1, which was
23152315
generated by GNU Autoconf 2.69. Invocation command line was
23162316
23172317
$ $0 $@
@@ -15174,7 +15174,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1517415174
# report actual input values of CONFIG_FILES etc. instead of their
1517515175
# values after options handling.
1517615176
ac_log="
15177-
This file was extended by PostgreSQL $as_me 9.4devel, which was
15177+
This file was extended by PostgreSQL $as_me 9.4beta1, which was
1517815178
generated by GNU Autoconf 2.69. Invocation command line was
1517915179
1518015180
CONFIG_FILES = $CONFIG_FILES
@@ -15244,7 +15244,7 @@ _ACEOF
1524415244
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1524515245
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1524615246
ac_cs_version="\\
15247-
PostgreSQL config.status 9.4devel
15247+
PostgreSQL config.status 9.4beta1
1524815248
configured by $0, generated by GNU Autoconf 2.69,
1524915249
with options \\"\$ac_cs_config\\"
1525015250

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
1717
dnl
1818
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1919

20-
AC_INIT([PostgreSQL], [9.4devel], [pgsql-bugs@postgresql.org])
20+
AC_INIT([PostgreSQL], [9.4beta1], [pgsql-bugs@postgresql.org])
2121

2222
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
2323
Untested combinations of 'autoconf' and PostgreSQL versions are not

doc/bug.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ System Configuration:
2727

2828
Operating System (example: Linux 2.4.18) :
2929

30-
PostgreSQL version (example: PostgreSQL 9.4devel): PostgreSQL 9.4devel
30+
PostgreSQL version (example: PostgreSQL 9.4beta1): PostgreSQL 9.4beta1
3131

3232
Compiler used (example: gcc 3.3.5) :
3333

src/include/pg_config.h.win32

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,16 +551,16 @@
551551
#define PACKAGE_NAME "PostgreSQL"
552552

553553
/* Define to the full name and version of this package. */
554-
#define PACKAGE_STRING "PostgreSQL 9.4devel"
554+
#define PACKAGE_STRING "PostgreSQL 9.4beta1"
555555

556556
/* Define to the version of this package. */
557-
#define PACKAGE_VERSION "9.4devel"
557+
#define PACKAGE_VERSION "9.4beta1"
558558

559559
/* Define to the name of a signed 64-bit integer type. */
560560
#define PG_INT64_TYPE long long int
561561

562562
/* PostgreSQL version as a string */
563-
#define PG_VERSION "9.4devel"
563+
#define PG_VERSION "9.4beta1"
564564

565565
/* PostgreSQL version as a number */
566566
#define PG_VERSION_NUM 90400

0 commit comments

Comments
 (0)