We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8a3f089 commit46e1434Copy full SHA for 46e1434
src/tools/RELEASE_CHANGES
@@ -74,12 +74,17 @@ Starting a New Development Cycle
74
75
* Run "src/tools/version_stamp.pl devel", then run autoconf
76
77
-* Bump minor library versions, major if appropriate (see below)
78
-o src/interfaces/*/Makefile
79
-o src/interfaces/*/*/Makefile
80
-
81
* Add version tag to src/tools/git_changelog
82
+* Bump minor library versions, major if appropriate (see below)
+ o Look for SO_MINOR_VERSION and MINOR_VERSION macros in
+src/interfaces/ecpg/compatlib/Makefile
+src/interfaces/ecpg/ecpglib/Makefile
83
+src/interfaces/ecpg/pgtypeslib/Makefile
84
+src/interfaces/ecpg/preproc/Makefile
85
+src/interfaces/libpq/Makefile
86
+src/tools/msvc/Mkvcbuild.pm
87
+
88
89
Creating Back-Branch Release Notes
90
==================================