From: Ron Lee Date: Wed, 19 Dec 2001 23:47:53 +0000 (+0000) Subject: Bumped version and soname for 2.3.3 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a0d927d1e2c4fcebad52982e930da9af44d8097c Bumped version and soname for 2.3.3 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index 7626cd37a7..4c30ad0f71 100755 --- a/configure +++ b/configure @@ -1015,14 +1015,14 @@ test "$host_alias" != "$target_alias" && WX_MAJOR_VERSION_NUMBER=2 WX_MINOR_VERSION_NUMBER=3 -WX_RELEASE_NUMBER=2 +WX_RELEASE_NUMBER=3 WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER -WX_CURRENT=1 +WX_CURRENT=2 WX_REVISION=0 WX_AGE=0 diff --git a/configure.in b/configure.in index 275dff74d6..eb66fb25ad 100644 --- a/configure.in +++ b/configure.in @@ -365,14 +365,14 @@ dnl libwx_$(TOOLKIT)-$(WX_RELEASE).so.$(WX_CURRENT).$(WX_REVISION).$(WX_AGE) WX_MAJOR_VERSION_NUMBER=2 WX_MINOR_VERSION_NUMBER=3 -WX_RELEASE_NUMBER=2 +WX_RELEASE_NUMBER=3 WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER -WX_CURRENT=1 +WX_CURRENT=2 WX_REVISION=0 WX_AGE=0 diff --git a/debian/changelog b/debian/changelog index c319e3a25c..78c7eb89a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +wxwindows2.3 (2.3.3) unstable; urgency=low + + * New dynamic library/object loading code. + * Fixes several showstoppers from 2.3.2 + + -- Ron Lee Wed, 19 Dec 2001 15:41:31 -0800 + wxwindows2.3 (2.3.2) unstable; urgency=low * Major Overhaul. First serious release contender.