Undo most of the previous commit.
[wxWidgets.git] / version-script.in
1 #
2 # $Id$
3 #
4
5 # Note: Remove all of the tags below when creating new development branch.
6
7
8 # An example:
9 #   # public symbols added in release 2.6.2 (please keep in alphabetical order):
10 #   
11 #   @WX_VERSION_TAG@.2 {
12 #       global:
13 #           *wxChoice*GetCurrentSelection*;
14 #   };
15
16
17 # symbols available since the beginning of this branch are left unversioned
18 # (don't remove this!):
19
20 @WX_VERSION_TAG@ {
21 };