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!):