-
Notifications
You must be signed in to change notification settings - Fork 4
/
Versions.mk
20 lines (17 loc) · 871 Bytes
/
Versions.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# The *_VERSION variables define what version is currently being created by this
# current source tree. The *_RELEASED variables track the last officially
# published release version (meaning it should be considered immutable now).
# Only during active development of a new version should *_VERSION be ahead of
# *_RELEASED.
# Update any time the PwnableHarness makefiles are changed
PHMAKE_VERSION := v2.2
PHMAKE_RELEASED := v2.2
# This only needs to update when there's a change that would affect the base
# images. Changes that only affect PwnableHarness as a build system don't need
# to update the base image version.
BASE_VERSION := v2.1
BASE_RELEASED := v2.1
# This updates slower than PWNABLEHARNESS_VERSION. It's expected that a given
# pwncc version can be used by potentially many versions of PwnableHarness.
PWNCC_VERSION := v2.1
PWNCC_RELEASED := v2.1