]> git.saurik.com Git - wxWidgets.git/blame - version-script.in
For streams smaller than the buffer reduce the buffer to length + 1 instead of
[wxWidgets.git] / version-script.in
CommitLineData
e25a94ac
VS
1#
2# $Id$
b3eb133b 3#
e25a94ac 4
c37fdfc1 5# Note: Remove all of the tags below when creating new development branch.
e25a94ac
VS
6
7
c14e2e9c
MW
8# An example:
9# # public symbols added in release 2.6.2 (please keep in alphabetical order):
10#
11# @WX_VERSION_TAG@.2 {
12# global:
13# *wxChoice*GetCurrentSelection*;
14# };
e25a94ac
VS
15
16
8d232317
MW
17# symbols available since the beginning of this branch are left unversioned
18# (don't remove this!):
19
20@WX_VERSION_TAG@ {
21};