From 985cc55345d947a4c7639e03da73e42927906c45 Mon Sep 17 00:00:00 2001 From: sbkelley Date: Sat, 30 May 2026 11:36:10 -0400 Subject: [PATCH] change version string (cherry picked from commit 57fcc848e6363d746c29473387ff5b9d2723fa42) --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.3