X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c173ba3f72cb89c82cec1e0b1680d1705b82806..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/build/bakefiles/version.bkl
diff --git a/build/bakefiles/version.bkl b/build/bakefiles/version.bkl
index b00f7100e9..6492a5706d 100644
--- a/build/bakefiles/version.bkl
+++ b/build/bakefiles/version.bkl
@@ -23,7 +23,7 @@
3. Else, i.e. if there were no changes at all to API but only internal
changes, change C:R:A to C:R+1:A
-->
- 0
+ 4
0
0
@@ -72,7 +72,8 @@
- -compatibility_version $(WX_AGE).0 -current_version $(WX_AGE).$(WX_REVISION)
+
+ -compatibility_version $(int(WX_AGE)+1).0 -current_version $(int(WX_AGE)+1).$(WX_REVISION)