From: sbkelley Date: Sat, 30 May 2026 15:36:10 +0000 (-0400) Subject: change version string X-Git-Tag: v1.6.1-roc-dev X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=60d27b85d6eea133e44f6a160e677c4f6550c24f;p=dgamelaunch change version string (cherry picked from commit 57fcc848e6363d746c29473387ff5b9d2723fa42) --- diff --git a/configure.ac b/configure.ac index a8e0f70..a75d2c9 100644 --- a/configure.ac +++ b/configure.ac @@ -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)