added version tag for symbols introduced in 2.6.2
[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 # (or 2.6.1, we started versioning the symbols in 2.6.2):
11
12 @WX_VERSION_TAG@.2 {
13     global:
14         *wxLaunchDefaultBrowser*;
15         *wxLogBuffer*;
16         *wxMessageOutputBest*;
17         wxEVT_SCROLL_CHANGED;
18         *wxFileDialog*DoSetSize*;
19 };
20
21
22 # symbols available since the beginning of this branch are only given
23 # generic branch tag (don't remove this!):
24
25 @WX_VERSION_TAG@ {
26     global:
27         *;
28 };