From 398c02cc01d50f0c075c57073ea24c2315ead79b Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Mon, 16 Sep 2019 18:58:15 +0200 Subject: [PATCH] Use "git" to identify builds from master branch This avoids confusion when testing/comparing multiple builds. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a084e926..ffa7b1d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Init. -AC_INIT(dosbox,SVN) +AC_INIT(dosbox,git) AC_PREREQ(2.50) AC_CONFIG_SRCDIR(README)