From 2bb98a4ebe82ecc87eefaf927361c9772b820290 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Wed, 1 Dec 2021 13:23:38 +0400 Subject: [PATCH] Renamed the generated "version" file to "version.txt"; this fixes #14. --- configure.ac | 2 +- version.in => version.txt.in | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename version.in => version.txt.in (100%) diff --git a/configure.ac b/configure.ac index 5a10f972..0fc6b9d1 100644 --- a/configure.ac +++ b/configure.ac @@ -478,7 +478,7 @@ AC_CONFIG_FILES([ data/gsmartcontrol.desktop data/gsmartcontrol.appdata.xml \ data/nsis/distribution.txt data/nsis/gsmartcontrol.nsi \ debian.dist/changelog \ src/gsc_winres.rc src/gsmartcontrol.exe.manifest \ - gsmartcontrol.spec version compilation_flags ]) + gsmartcontrol.spec version.txt compilation_flags ]) AC_CONFIG_FILES([data/gsmartcontrol-root], [chmod +x data/gsmartcontrol-root]) diff --git a/version.in b/version.txt.in similarity index 100% rename from version.in rename to version.txt.in