From 930b378d125e1e3d182889b2af00c49ec343488c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 5 Aug 2014 22:00:46 +0000 Subject: [PATCH] No changes, just order sections in version-script.in correctly. Put them in reverse chronological order, with the older (.0) at the bottom and the newest on the top. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@77006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- version-script.in | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/version-script.in b/version-script.in index aa4493a3d8..0c3503cf43 100644 --- a/version-script.in +++ b/version-script.in @@ -21,6 +21,12 @@ # and once released its version cannot be changed. +# public symbols added in 3.0.2 (please keep in alphabetical order): +@WX_VERSION_TAG@.2 { + *wxGenericListCtrl*EndEditLabel*; +}; + + # public symbols added in 3.0.1 (please keep in alphabetical order): @WX_VERSION_TAG@.1 { *wxDataViewListCtrl*ClearColumns*; @@ -29,11 +35,6 @@ *wxTDIChildFrame*DoMoveWindow*; }; -# public symbols added in 3.0.2 (please keep in alphabetical order): -@WX_VERSION_TAG@.2 { - *wxGenericListCtrl*EndEditLabel*; -}; - # symbols available since the beginning of this branch are only given # generic branch tag (don't remove this!):