]> skyeroc.xyz Git - dgamelaunch/commitdiff
change version string v1.6.1-roc-dev
authorsbkelley <sb24kelley@gmail.com>
Sat, 30 May 2026 15:36:10 +0000 (11:36 -0400)
committersbkelley <sb24kelley@gmail.com>
Tue, 2 Jun 2026 20:45:52 +0000 (16:45 -0400)
(cherry picked from commit 57fcc848e6363d746c29473387ff5b9d2723fa42)

configure.ac

index a8e0f70a2ed1b471dedd2fde6fd8ab44d8242585..a75d2c954d90f9bc43bcf535619e865ea81dda1e 100644 (file)
@@ -2,9 +2,9 @@ dnl Use autoconf 2.71
 dnl (Things tend to break across versions, they're neither upwards nor
 dnl downward compatible. Blame GNU.)
 
-AC_INIT([dgamelaunch],[1.6.0-hdf])
+AC_INIT([dgamelaunch],[1.6.0-roc])
 AC_PREREQ([2.71])
-
+AC_CONFIG_SRCDIR([dgamelaunch.c])
 AC_CONFIG_HEADERS([config.h])
 
 AC_PROG_CC(cc gcc)