From: Francesco Montorsi Date: Thu, 22 Jan 2009 15:08:00 +0000 (+0000) Subject: fix comment which otherwise produces misleading results in the configure-generated... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/edc3072c9d6c091328c069bd26ce7d68fb53770f?ds=inline fix comment which otherwise produces misleading results in the configure-generated final script git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/version-script.in b/version-script.in index ae9d01f924..2534555d8c 100644 --- a/version-script.in +++ b/version-script.in @@ -12,7 +12,7 @@ # 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 { # *wxChoice*GetCurrentSelection*; # };