Mention that wx.bkl doesn't need to be updated for micro releases

Only WX_VERSION_DEFAULT value, which doesn't include the micro version
component, needs to be updated in this file.
This commit is contained in:
Vadim Zeitlin
2018-12-10 18:56:19 +01:00
parent ea7926ad8d
commit cf28473d9f

View File

@@ -6,7 +6,7 @@ All about wxWidgets Version Numbers
There are several places in the wxWidgets source tree that There are several places in the wxWidgets source tree that
define the version number for the library. define the version number for the library.
The script misc/scripts/inc_release can be used for incrementing the release The script `misc/scripts/inc_release` can be used for incrementing the release
field of the version, i.e. changing 2.8.x to 2.8.x+1 but it does not take field of the version, i.e. changing 2.8.x to 2.8.x+1 but it does not take
care of version.bkl and can't be used for changing the other version care of version.bkl and can't be used for changing the other version
components, this needs to be done manually. It also doesn't update components, this needs to be done manually. It also doesn't update
@@ -16,7 +16,7 @@ instructions there.
Here is the list of files that need to be updated: Here is the list of files that need to be updated:
build/bakefiles/version.bkl {C:R:A} [NOT UPDATED AUTOMATICALLY] build/bakefiles/version.bkl {C:R:A} [NOT UPDATED AUTOMATICALLY]
build/bakefiles/wxpresets/presets/wx.bkl [NOT UPDATED AUTOMATICALLY] build/bakefiles/wxpresets/presets/wx.bkl [NOT UPDATED AUTOMATICALLY, not-micro]
configure.in configure.in
build/osx/wxvers.xcconfig build/osx/wxvers.xcconfig
docs/changes.txt docs/changes.txt
@@ -27,7 +27,7 @@ Here is the list of files that need to be updated:
include/wx/osx/config_xcode.h include/wx/osx/config_xcode.h
samples/docview/Info.plist samples/docview/Info.plist
samples/minimal/Info_cocoa.plist samples/minimal/Info_cocoa.plist
samples/minimal/borland_ide.cpp {major release only} samples/minimal/borland_ide.cpp [not-micro]
Do not forget to rebake everything after updating version.bkl! Do not forget to rebake everything after updating version.bkl!