]> git.saurik.com Git - wxWidgets.git/blame_incremental - version-script.in
For streams smaller than the buffer reduce the buffer to length + 1 instead of
[wxWidgets.git] / version-script.in
... / ...
CommitLineData
1#
2# $Id$
3#
4
5# Note: Remove all of the tags below when creating new development branch.
6
7
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# };
15
16
17# symbols available since the beginning of this branch are left unversioned
18# (don't remove this!):
19
20@WX_VERSION_TAG@ {
21};