⛏️ index : buildtools.git

author Maciej Bałuta <maciejbaluta0x539@gmail.com> 2021-10-20 10:10:00.0 +00:00:00
committer waddlesplash <waddlesplash@gmail.com> 2021-10-20 17:56:33.0 +00:00:00
commit
9e6821c209c133dc9db631bb4032c60af691107b [patch]
tree
b46f2ef4aeadcbadbe8a500714bd6c96127491f1
parent
72c791bc1f600a0f99418de9ee0049e5a33007b3
download
9e6821c209c133dc9db631bb4032c60af691107b.tar.gz

jam: update version

Version string was not updated for 10 years, but there were some changes made.
This commit updates the date to avoid confusion.

Test plan:
~/buildtools/jam> jam -v
Jam 2.5-haiku-20211020. OS=HAIKU. Copyright 1993-2002 Christopher Seiwald.

Change-Id: Ieea0ed2a533396f664948f58798acee0f6c811e9
Reviewed-on: https://review.haiku-os.org/c/buildtools/+/4618
Reviewed-by: waddlesplash <waddlesplash@gmail.com>

Diff

 jam/patchlevel.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jam/patchlevel.h b/jam/patchlevel.h
index 46bd80b..14e6453 100644
--- a/jam/patchlevel.h
+++ a/jam/patchlevel.h
@@ -1,5 +1,5 @@
/* Keep JAMVERSYM in sync with VERSION. */
/* It can be accessed as $(JAMVERSION) in the Jamfile. */

#define VERSION "2.5-haiku-20111222"
#define JAMVERSYM "JAMVERSION=2.5-haiku-20111222"
#define VERSION "2.5-haiku-20211020"
#define JAMVERSYM "JAMVERSION=2.5-haiku-20211020"