// update this file with new version numbers
DYLIB_COMPATIBILITY_VERSION = 2.9
-DYLIB_CURRENT_VERSION = 2.9.0
+DYLIB_CURRENT_VERSION = 2.9.1
\end{center}
\end{figure}
\vspace*{2cm}
-{\large Version 2.9.0 }\\
+{\large Version 2.9.1 }\\
\vspace*{1cm}
{Generated on \today}\\
\end{center}
@mainpage Reference manual
@author Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn,
Stefan Csomor, Francesco Montorsi, Bryan Petty, et al
-@date April, 2010
+@date July, 2010
@image html main_wxlogo.png
configure.in
*.spec
- include/wx/version.h
- include/msvc/wx/setup.h [only major.minor used here]
- samples/minimal/borland_ide.cpp
+ build/bakefiles/version.bkl {C:R:A}
+ build/osx/wxvers.xcconfig
+ docs/changes.txt
docs/doxygen/Doxyfile_inc (PROJECT_NUMBER)
+ docs/doxygen/latexdocstart.inc
docs/doxygen/mainpages/manual.h (just date)
docs/msw/install.txt {major release only}
- docs/changes.txt
- build/bakefiles/version.bkl {C:R:A}
- build/script/win_docs.bat {windows doc and setup file}
- distrib/scripts/build-environ.cfg {SVN tar and zip files}
+ include/wx/version.h
include/wx/osx/config_xcode.h
+ samples/Info.plist
+ samples/docview/Info.plist
+ samples/minimal/borland_ide.cpp {major release only}
The script misc/scripts/inc_release can be used for incrementing
the release field of the version, i.e. changing 2.8.x to 2.8.x+1.
ver_for_sed="$ver_major\.$ver_minor\.$ver_release"
-run_sed include/wx/version.h \
- "s/^\(#define wxRELEASE_NUMBER *\) $ver_release$/\1 $ver_release_new/" \
- "s/^\(#define wxSUBRELEASE_NUMBER *\) [0-9]\{1,\}$/\1 0/" \
- "/^#define wxVERSION_STRING/s/$ver_for_sed/$ver_string_new/"
-run_sed include/wx/osx/config_xcode.h \
- "/^#define PACKAGE/s/$ver_for_sed/$ver_string_new/"
-run_sed src/wxWindows.xcodeproj/project.pbxproj \
- "/DYLIB_.* = /s/$ver_for_sed/$ver_string_new/"
-
run_sed configure.in \
"/^AC_INIT/s/$ver_for_sed/$ver_string_new/" \
"s/^wx_release_number=$ver_release/wx_release_number=$ver_release_new/" \
run_sed $f "/^%define *ver/s/$ver_for_sed/$ver_string_new/"
done
+run_sed build/osx/wxvers.xcconfig \
+ "/DYLIB_.* = /s/$ver_for_sed/$ver_string_new/"
+
run_sed docs/doxygen/Doxyfile_inc \
"/^PROJECT_NUMBER/s/$ver_for_sed/$ver_string_new/"
+
run_sed docs/doxygen/latexdocstart.inc \
- "/{\\\\large Version/s/$ver_for_sed/$ver_string_new/"
-run_sed build/script/win_docs.bat "/SET WXW_VER=/s/$ver_for_sed/$ver_string_new/"
+ "/\\large Version/s/$ver_for_sed/$ver_string_new/"
+
+run_sed include/wx/version.h \
+ "s/^\(#define wxRELEASE_NUMBER *\) $ver_release$/\1 $ver_release_new/" \
+ "s/^\(#define wxSUBRELEASE_NUMBER *\) [0-9]\{1,\}$/\1 0/" \
+ "/^#define wxVERSION_STRING/s/$ver_for_sed/$ver_string_new/"
+
+run_sed include/wx/osx/config_xcode.h \
+ "/^#define PACKAGE/s/$ver_for_sed/$ver_string_new/"
+
+run_sed samples/Info.plist \
+ "/version/s/$ver_for_sed/$ver_string_new/" \
+ "/<string>/s/$ver_for_sed/$ver_string_new/"
-run_sed distrib/scripts/build-environ.cfg \
- "/BUILD_VERSION=/s/$ver_for_sed/$ver_string_new/"
+run_sed samples/docview/Info.plist \
+ "/versionon/s/$ver_for_sed/$ver_string_new/" \
+ "/<string>/s/$ver_for_sed/$ver_string_new/"
<key>CFBundleExecutable</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleGetInfoString</key>
- <string>$(PRODUCT_NAME) version 2.9.0, (c) 2005-2007 wxWidgets</string>
+ <string>$(PRODUCT_NAME) version 2.9.1, (c) 2005-2010 wxWidgets</string>
<key>CFBundleIconFile</key>
<string>wxmac.icns</string>
<key>CFBundleIdentifier</key>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
- <string>2.9.0, (c) 2005-2007 wxWidgets</string>
+ <string>2.9.1, (c) 2005-2010 wxWidgets</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>2.9.0</string>
+ <string>2.9.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>2.9.0</string>
+ <string>2.9.1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2005-2007 wxWidgets</string>
+ <string>Copyright 2005-2010 wxWidgets</string>
</dict>
</plist>
<key>CFBundleExecutable</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleGetInfoString</key>
- <string>$(PRODUCT_NAME) version 2.9.0, (c) 2005-2008 wxWidgets</string>
+ <string>$(PRODUCT_NAME) version 2.9.1, (c) 2005-2010 wxWidgets</string>
<key>CFBundleIconFile</key>
<string>doc</string>
<key>CFBundleIdentifier</key>
<string>it</string>
</array>
<key>CFBundleLongVersionString</key>
- <string>2.9.0, (c) 2005-2008 wxWidgets</string>
+ <string>2.9.1, (c) 2005-2010 wxWidgets</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>2.9.0</string>
+ <string>2.9.1</string>
<key>CFBundleSignature</key>
<string>WXMA</string>
<key>CFBundleVersion</key>
- <string>2.9.0</string>
+ <string>2.9.1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2005-2008 wxWidgets</string>
+ <string>Copyright 2005-2010 wxWidgets</string>
</dict>
</plist>