]> git.saurik.com Git - wxWidgets.git/blobdiff - version-script.in
Warning fixes.
[wxWidgets.git] / version-script.in
index e10ecc0835e214bcc7731cc50afa3cbd4f790158..d79a8e99a96b9a43b0ef7dc04c6522bd21f5a4a2 100644 (file)
@@ -1,3 +1,21 @@
+#
+# $Id$
+#
+
+# Note: Remove all of the tags below when creating new development branch.
+
+
+# An example:
+#   # public symbols added in release 2.6.2 (please keep in alphabetical order):
+#   
+#   @WX_VERSION_TAG@.2 {
+#       global:
+#           *wxChoice*GetCurrentSelection*;
+#   };
+
+
+# symbols available since the beginning of this branch are left unversioned
+# (don't remove this!):
+
 @WX_VERSION_TAG@ {
-  *;
 };