Clearify which version numbers are bumped for major and minor releases.

REL8_0_STABLE
Bruce Momjian 21 years ago
parent 5483936ed3
commit 36af887d6b
  1. 8
      src/tools/RELEASE_CHANGES

@ -2,10 +2,10 @@
configure.in and configure
doc/bug.template
bump interface version numbers
o src/interfaces/*/Makefile
o src/interfaces/libpq/libpq.rc (update for minor release)
o src/include/pg_config.h.win32 (update for minor release)
o port/win32ver.rc (update for minor release)
o src/interfaces/*/Makefile (major releases only)
o src/interfaces/libpq/libpq.rc (major and minor releases)
o src/include/pg_config.h.win32 (major and minor releases)
o port/win32ver.rc (major and minor releases)
* Release notes
update doc/src/sgml/release.sgml and generate HISTORY

Loading…
Cancel
Save