mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Clearify which version numbers are bumped for major and minor releases.
This commit is contained in:
parent
5483936ed3
commit
36af887d6b
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Reference in a new issue