forked from OpenXT/openxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion
More file actions
20 lines (16 loc) · 648 Bytes
/
version
File metadata and controls
20 lines (16 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Identifier for this version of XenClient
RELEASE="4.0.0"
# Marketing-friendly name for this version of XenClient
VERSION="4.0.0"
##########
# NOTE: IMPORTANT - XenClient tools versioning
# This should match the release version with the exception of the Major field
# This field is to be incremented by ten due to historic reasons introduced by xensetup.exe
# i.e. v4 = v14, v5 = v15 and so on...
##########
# Seriously now, the bit above was very important...
XC_TOOLS_MAJOR="14"
XC_TOOLS_MINOR="0"
XC_TOOLS_MICRO="0"
# Space-separated list of previous releases that can be upgraded from
UPGRADEABLE_RELEASES="3.1.4 3.2.0 3.2.1 3.2.2 3.2.3"