1 ##############################################################################
2 # Name: src/version.mak
3 # Purpose: file defining wxWindows version used by all other makefiles
4 # Author: Vadim Zeitlin
8 # Copyright: (c) 2003 Vadim Zeitlin
9 # Licence: wxWindows license
10 ##############################################################################
16 # release number if used in the DLL file names only for the unstable branch as
17 # for the stable branches the micro releases are supposed to be backwards
18 # compatible and so should have the same name or otherwise it would be
19 # impossible to use them without recompiling the applications (which is the
20 # whole goal of keeping them backwards compatible in the first place)
22 # as 2.5 is an unstable branch, wxRELEASE_NUMBER_IFUNSTABLE should be set
23 # (but when we go to 2.6, it should become empty)
24 wxRELEASE_NUMBER_IFUNSTABLE=$(wxRELEASE_NUMBER)