From: Vadim Zeitlin Date: Mon, 26 Sep 2005 08:59:51 +0000 (+0000) Subject: added comment about things to update in version.bkl when changing the version X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/151815eb935f39776201c03625462a0c7d9ec72e added comment about things to update in version.bkl when changing the version git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/version.h b/include/wx/version.h index 617847c153..3d185e1faa 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -17,8 +17,13 @@ /* the constants below must be changed with each new version */ /* ---------------------------------------------------------------------------- */ -/* NB: this file is parsed by Perl code in tmake templates in distrib/msw/tmake */ -/* so don't change its format too much or they could break */ +/* + Don't forget to update WX_CURRENT, WX_REVISION and WX_AGE in + build/bakefiles/version.bkl and regenerate the makefiles when you change + this! + */ + +/* NB: this file is parsed by automatic tools so don't change its format! */ #define wxMAJOR_VERSION 2 #define wxMINOR_VERSION 7 #define wxRELEASE_NUMBER 0