X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16a81f6fe71a08cd1c152998bca5f55fd349776a..ab9d6a4c8b9ba090b5b8c77c4afbbbe4043030a1:/version-script.in diff --git a/version-script.in b/version-script.in index 347c807717..2534555d8c 100644 --- a/version-script.in +++ b/version-script.in @@ -12,9 +12,8 @@ # With each new release a section should be added containing any new symbols, # for example: # -# # public symbols added in release 2.6.2 (please keep in alphabetical order): +# # public symbols added in release @WX_VERSION_TAG@.2 (please keep in alphabetical order): # @WX_VERSION_TAG@.2 { -# global: # *wxChoice*GetCurrentSelection*; # }; # @@ -28,6 +27,5 @@ # generic branch tag (don't remove this!): @WX_VERSION_TAG@ { - global: *; };