]> Shamusworld >> Repos - virtualjaguar/blobdiff - Makefile
Prep for next revision, fix for non-English locales.
[virtualjaguar] / Makefile
index 1eb5e431b2016b714adf0e9260f5cf5fa7f5d744..4fd8eaeaad15a26065f12ceecddb7717c4272779 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -53,11 +53,11 @@ obj:
 
 prepare: obj
        @echo -e "\033[01;33m***\033[00;32m Preparing to compile Virtual Jaguar...\033[00m"
-       @echo "#define VJ_RELEASE_VERSION \"v2.1.2\"" > src/version.h
-       @echo "#define VJ_RELEASE_SUBVERSION \"Final\"" >> src/version.h
-       @echo "#define VJ_REMOVE_DEV_CODE" >> src/version.h
-#      @echo "#define VJ_RELEASE_VERSION \"GIT `git log -1 --pretty=format:%ci | cut -d ' ' -f 1 | tr -d -`\"" > src/version.h
-#      @echo "#define VJ_RELEASE_SUBVERSION \"2.1.2 Prerelease\"" >> src/version.h
+#      @echo "#define VJ_RELEASE_VERSION \"v2.1.3\"" > src/version.h
+#      @echo "#define VJ_RELEASE_SUBVERSION \"Final\"" >> src/version.h
+#      @echo "#define VJ_REMOVE_DEV_CODE" >> src/version.h
+       @echo "#define VJ_RELEASE_VERSION \"GIT `git log -1 --pretty=format:%ci | cut -d ' ' -f 1 | tr -d -`\"" > src/version.h
+       @echo "#define VJ_RELEASE_SUBVERSION \"2.1.3 Prerelease\"" >> src/version.h
 
 virtualjaguar: sources libs makefile-qt
        @echo -e "\033[01;33m***\033[00;32m Making Virtual Jaguar GUI...\033[00m"