Skip to content

Commit f6cfeb2

Browse files
committed
Release v7.0
* configure.ac: Bump project version.
1 parent 1a07edf commit f6cfeb2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEWS

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
New in 7.0 version:
44

5+
* RPM macros file works with SCLs, too.
6+
57
* New convenience RPM macro %postgresql_module_requires.
68

79
* Simplified build against SCLs with --with-scl option.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the MAJ.MIN[~SUFF]. Note that X.X > X.X~SUFF!
2-
AC_INIT([postgresql-setup], [7.0~dev], [[email protected]])
2+
AC_INIT([postgresql-setup], [7.0], [[email protected]])
33
AC_CONFIG_AUX_DIR(auxdir)
44
config_aux_dir=auxdir
55
AC_SUBST([config_aux_dir])

0 commit comments

Comments
 (0)