File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,17 @@ Starting a New Development Cycle
74
74
75
75
* Run "src/tools/version_stamp.pl devel", then run autoconf
76
76
77
- * Bump minor library versions, major if appropriate (see below)
78
- o src/interfaces/*/Makefile
79
- o src/interfaces/*/*/Makefile
80
-
81
77
* Add version tag to src/tools/git_changelog
82
78
79
+ * Bump minor library versions, major if appropriate (see below)
80
+ o Look for SO_MINOR_VERSION and MINOR_VERSION macros in
81
+ src/interfaces/ecpg/compatlib/Makefile
82
+ 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
+
83
88
84
89
Creating Back-Branch Release Notes
85
90
==================================
You can’t perform that action at this time.
0 commit comments