]> git.saurik.com Git - wxWidgets.git/blame - version-script.in
Baked again without '-b wx.bkl' to fully update autoconf_inc.m4 and regenerated configure
[wxWidgets.git] / version-script.in
CommitLineData
e25a94ac
VS
1#
2# $Id$
b3eb133b 3#
e25a94ac
VS
4
5# Note: Remove all of the tags below except for the last one when creating
6# new development branch.
7
8
62d5b1ce 9# public symbols added in release 2.6.2:
e25a94ac
VS
10
11@WX_VERSION_TAG@.2 {
12 global:
e25a94ac
VS
13 *wxLogBuffer*;
14 *wxMessageOutputBest*;
c18f141a 15 *wxDialog*GetEscapeId*;
b3eb133b 16 *wxWizard*FinishLayout*;
8df1373a
MW
17 *wxXmlResource*ConvertFileNameToURL*wxString*;
18 *wxXmlResource*Unload*wxString*;
19 *wxXmlResource*IsArchive*wxString*;
82c5bc84 20 *wxShadowObject*;
35c2acd4
MW
21 *wxGenericListCtrl*SetItemFont*wxFont*;
22 *wxGenericListCtrl*GetItemFont*;
e25a94ac
VS
23};
24
25
26# symbols available since the beginning of this branch are only given
27# generic branch tag (don't remove this!):
28
2b5f62a0 29@WX_VERSION_TAG@ {
e25a94ac
VS
30 global:
31 *;
2b5f62a0 32};