]> git.saurik.com Git - wxWidgets.git/blame_incremental - version-script.in
floating panes now respect wxPaneInfo::HasCloseButton()
[wxWidgets.git] / version-script.in
... / ...
CommitLineData
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# 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# };
16
17
18# symbols available since the beginning of this branch are only given
19# generic branch tag (don't remove this!):
20
21@WX_VERSION_TAG@ {
22 global:
23 *;
24};