Add wxVersionInfo and functions returning it for 3rd party libraries.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Nov 2010 00:53:44 +0000 (00:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Nov 2010 00:53:44 +0000 (00:53 +0000)
commitccec90930cfc38bd4347a97f46481242d9fd23cd
treee0fe55c84483939216ecb290bae1ffee6e16c271
parent5b70f2de3f72d9db6c2d94ad08de3f8d455184ab
Add wxVersionInfo and functions returning it for 3rd party libraries.

Add simple wxVersionInfo class holding the version information.

Also add GetLibraryVersionInfo() static method to wx{JPEG,PNG,TIFF}Handler,
wxStyledTextCtrl and wxXmlDocument classes and wxGetZlibVersionInfo() and
wxGetLibraryVersionInfo() global functions using it.

Closes #12690.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
33 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/wx_base.dsp
build/msw/wx_vc7_base.vcproj
build/msw/wx_vc8_base.vcproj
build/msw/wx_vc9_base.vcproj
docs/changes.txt
include/wx/imagjpeg.h
include/wx/imagpng.h
include/wx/imagtiff.h
include/wx/stc/stc.h
include/wx/utils.h
include/wx/versioninfo.h [new file with mode: 0644]
include/wx/xml/xml.h
include/wx/zstream.h
interface/wx/image.h
interface/wx/stc/stc.h
interface/wx/utils.h
interface/wx/versioninfo.h [new file with mode: 0644]
interface/wx/xml/xml.h
samples/image/image.cpp
src/common/imagjpeg.cpp
src/common/imagpng.cpp
src/common/imagtiff.cpp
src/common/utilscmn.cpp
src/common/zstream.cpp
src/stc/stc.cpp
src/stc/stc.cpp.in
src/stc/stc.h.in
src/xml/xml.cpp
wxGTK.spec
wxMotif.spec
wxX11.spec