removed 2.6.1 symbols from 2.6.2 tag
[wxWidgets.git] / version-script.in
1 #
2 # $Id$
3 #
4
5 # Note: Remove all of the tags below except for the last one when creating
6 #       new development branch.
7
8
9 # public symbols added in release 2.6.2:
10
11 @WX_VERSION_TAG@.2 {
12     global:
13         *wxLogBuffer*;
14         *wxMessageOutputBest*;
15         *wxDialog*GetEscapeId*;
16         *wxWizard*FinishLayout*;
17 };
18
19
20 # symbols available since the beginning of this branch are only given
21 # generic branch tag (don't remove this!):
22
23 @WX_VERSION_TAG@ {
24     global:
25         *;
26 };