1# Version strings
2
3VER_PACKAGE=heimdal
4VER_PACKAGE_NAME=Heimdal
5VER_PACKAGE_BUGREPORT=heimdal-bugs@h5l.org
6VER_PACKAGE_COPYRIGHT=Copyright (C) 1995-2011 Royal Institute of Technology, Stockholm, Sweden
7VER_PACKAGE_COMPANY=www.h5l.org
8
9VER_PRODUCT_MAJOR=1
10VER_PRODUCT_MINOR=5
11VER_PRODUCT_AUX=9900
12VER_PRODUCT_PATCH=0
13
14# ------------------------------------------------------------
15# The VER_OLD_BEGIN and VER_OLD_END version values are used in
16# constructing the assembly publisher configuration.  The end
17# must be less than the VER_PRODUCT value.  If the current
18# version is 1.5.100.0 then VER_OLD_END version is
19# 1.5.99.65535.
20
21VER_OLD_BEGIN_MAJOR=1
22VER_OLD_BEGIN_MINOR=5
23VER_OLD_BEGIN_AUX=0
24VER_OLD_BEGIN_PATCH=0
25
26VER_OLD_END_MAJOR=1
27VER_OLD_END_MINOR=5
28VER_OLD_END_AUX=9949
29VER_OLD_END_PATCH=65535
30
31VER_PACKAGE_VERSION=$(VER_PRODUCT_MAJOR).$(VER_PRODUCT_MINOR).$(VER_PRODUCT_AUX)
32
33# Define to 1 if this is a pre-release build.  Undefine otherwise
34VER_PRERELEASE=1
35
36# Define to a valid string if this build DOES NOT follow normal
37# release procedures.  I.e. this is a private build whose version
38# numbers are not co-ordinated with mainline development.
39
40#VER_PRIVATE=Private build for MyCompany
41
42# Define to a valid string if this build DOES follow normal release
43# procedures, but is a variation of the standard files of the same
44# version numbers.
45
46#VER_SPECIAL=Special build for testing ticket 12345
47
48