================
* Release version number changes
- o doc/bug.template (beta)
- o bump Win32 interface version numbers
- - src/include/pg_config.h.win32
- (string and integer versions) (beta)
- - src/interfaces/libpq/libpq.rc.in
- (pre-8.0 had just libpq.rc)
- - src/port/win32ver.rc
o update doc/FAQ and doc/src/FAQ/FAQ.html
o copy FAQs from HEAD to top-most branch
- o configure.in, and run autoconf or update configure
+ o run src/tools/version_stamp.pl, then run autoconf
(by packager) (beta)
* Release notes
# Major version is hard-wired into the script. We update it when we branch
# a new development version.
$major1 = 8;
-$major2 = 4;
+$major2 = 3;
# Validate argument and compute derived variables
$minor = shift;