]> git.saurik.com Git - wxWidgets.git/blame - version-script.in
PCH build fix.
[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
c14e2e9c
MW
9# An example:
10# # public symbols added in release 2.6.2 (please keep in alphabetical order):
11#
12# @WX_VERSION_TAG@.2 {
13# global:
14# *wxChoice*GetCurrentSelection*;
15# };
e25a94ac
VS
16
17
18# symbols available since the beginning of this branch are only given
19# generic branch tag (don't remove this!):
20
2b5f62a0 21@WX_VERSION_TAG@ {
e25a94ac
VS
22 global:
23 *;
2b5f62a0 24};