From c77dae04a31ac219fdb30b4f5acb0e5c0de99cb7 Mon Sep 17 00:00:00 2001 From: Tangles Date: Sat, 22 Feb 2020 00:08:28 +1100 Subject: [PATCH] set version to 'unofficial' 1.6.0-hdf --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b2886d1..afeb6f8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Use autoconf 2.53 dnl (Things tend to break across versions, they're neither upwards nor dnl downward compatible. Blame GNU.) -AC_INIT(dgamelaunch, [1.6.0]) +AC_INIT(dgamelaunch, [1.6.0-hdf]) AC_PREREQ(2.53) AC_CONFIG_HEADER(config.h) -- 2.47.3