From: Václav Slavík Date: Wed, 29 Jun 2005 21:53:53 +0000 (+0000) Subject: moved version-related variables to separate file in preparation for sonames fix ... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/05a0bcdec6fadf3e5df4b7b5ddf2c2ef122b57d4?ds=inline moved version-related variables to separate file in preparation for sonames fix (no real changes yet) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 8baf4d4a96..a6fe824348 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -29,42 +29,9 @@ - - - - - $(wxwin.getVersionMajor()) - $(wxwin.getVersionMinor()) - $(wxwin.getVersionRelease()) - - $(WXVER_MAJOR).$(WXVER_MINOR) - - - $(WXVER_MAJOR)$(WXVER_MINOR) - - - $(WX_RELEASE).$(WXVER_RELEASE) - - - $(WX_RELEASE_NODOT)$(WXVER_RELEASE) - - - $(int(int(WXVER_MINOR) % 2 == 0)) - - 1 - - - $(WX_BINARY_VERSION).0.0 - $(WXVER_RELEASE).0.0 - - $(WX_VERSION) - - $(WX_RELEASE_NODOT) - $(WX_VERSION_NODOT) - + + diff --git a/build/bakefiles/version.bkl b/build/bakefiles/version.bkl new file mode 100644 index 0000000000..3e030788df --- /dev/null +++ b/build/bakefiles/version.bkl @@ -0,0 +1,59 @@ + + + + + + + + + + + 0 + + + + + + + + + $(wxwin.getVersionMajor()) + $(wxwin.getVersionMinor()) + $(wxwin.getVersionRelease()) + + + + + + + + + + + $(WXVER_MAJOR).$(WXVER_MINOR) + + + $(WXVER_MAJOR)$(WXVER_MINOR) + + + $(WX_RELEASE).$(WXVER_RELEASE) + + + $(WX_RELEASE_NODOT)$(WXVER_RELEASE) + + + $(int(int(WXVER_MINOR) % 2 == 0)) + + + $(WX_BINARY_VERSION).0.0 + $(WXVER_RELEASE).0.0 + + $(WX_VERSION) + + $(WX_RELEASE_NODOT) + $(WX_VERSION_NODOT) + + +