]> git.saurik.com Git - wxWidgets.git/blame - src/version.mak
makefile regen, include fix, duplicate file fix
[wxWidgets.git] / src / version.mak
CommitLineData
34b6a45a
VZ
1##############################################################################
2# Name: src/version.mak
3# Purpose: file defining wxWindows version used by all other makefiles
4# Author: Vadim Zeitlin
5# Modified by:
6# Created: 25.02.03
7# RCS-ID: $Id$
8# Copyright: (c) 2003 Vadim Zeitlin
9# Licence: wxWindows license
10##############################################################################
11
12wxMAJOR_VERSION=2
13wxMINOR_VERSION=5
93f467a3 14wxRELEASE_NUMBER=1
34b6a45a
VZ
15
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)
21#
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)
24wxRELEASE_NUMBER_IFUNSTABLE=$(wxRELEASE_NUMBER)