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(-)
@@ -1,5 +1,5 @@
#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"