Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
5e035031
Commit
5e035031
authored
Feb 18, 2002
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set version to 7.3devel.
parent
04802852
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
configure
configure
+1
-1
configure.in
configure.in
+1
-1
doc/src/sgml/version.sgml
doc/src/sgml/version.sgml
+2
-2
No files found.
configure
View file @
5e035031
...
@@ -615,7 +615,7 @@ ac_config_sub=$ac_aux_dir/config.sub
...
@@ -615,7 +615,7 @@ ac_config_sub=$ac_aux_dir/config.sub
ac_configure
=
$ac_aux_dir
/configure
# This should be Cygnus configure.
ac_configure
=
$ac_aux_dir
/configure
# This should be Cygnus configure.
VERSION
=
'7.
2
'
VERSION
=
'7.
3devel
'
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define PG_VERSION "
$VERSION
"
#define PG_VERSION "
$VERSION
"
...
...
configure.in
View file @
5e035031
...
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h)
...
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h)
AC_PREREQ(2.13)
AC_PREREQ(2.13)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_AUX_DIR(config)
VERSION='7.
2
'
VERSION='7.
3devel
'
AC_SUBST(VERSION)
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
...
...
doc/src/sgml/version.sgml
View file @
5e035031
...
@@ -3,5 +3,5 @@ Update this file to propagate correct current version numbers to the
...
@@ -3,5 +3,5 @@ Update this file to propagate correct current version numbers to the
documentation. In text, use for example &version; to refer to them.
documentation. In text, use for example &version; to refer to them.
-->
-->
<!entity version "7.
2
">
<!entity version "7.
3devel
">
<!entity majorversion "7.
2
">
<!entity majorversion "7.
3
">
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment