X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c173ba3f72cb89c82cec1e0b1680d1705b82806..1a2df6a75b3d96b35e29b1cf392758cbeeef93e0:/build/bakefiles/version.bkl?ds=inline
diff --git a/build/bakefiles/version.bkl b/build/bakefiles/version.bkl
index b00f7100e9..b2e39fcc97 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
+ 1
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)