X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c173ba3f72cb89c82cec1e0b1680d1705b82806..a485900cf09c5654655e69af639e4f3f4bc4c486:/build/bakefiles/version.bkl
diff --git a/build/bakefiles/version.bkl b/build/bakefiles/version.bkl
index b00f7100e9..104974519c 100644
--- a/build/bakefiles/version.bkl
+++ b/build/bakefiles/version.bkl
@@ -23,9 +23,9 @@
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
+ 2
0
- 0
+ 1
@@ -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)