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
This commit is contained 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!):
|
||||
|
||||
|
Reference in New Issue
Block a user