]> git.saurik.com Git - wxWidgets.git/blobdiff - version-script.in
wxGTK2: No need to check for __WXGTK20__ here either (and test cia script again)
[wxWidgets.git] / version-script.in
index 1ab67b41edccb819bb0505f902b06fb788028f07..45f8f69520b315d28fe5ebb325ae95aa6d1af080 100644 (file)
@@ -6,15 +6,13 @@
 #       new development branch.
 
 
-# public symbols added in release 2.6.2:
-
-@WX_VERSION_TAG@.2 {
-    global:
-        *wxLogBuffer*;
-        *wxMessageOutputBest*;
-        *wxDialog*GetEscapeId*;
-        *wxWizard*FinishLayout*;
-};
+# 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 only given