From: Shamus Hammons Date: Tue, 12 Sep 2017 14:29:46 +0000 (-0500) Subject: Version 2.1.3 release. X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=virtualjaguar;a=commitdiff_plain;h=8d86cf72ca34826359e2aaf958909e23a47194cf Version 2.1.3 release. Point release to freeze in Qt5 changes made a while back. We Apologize For The Inconvenience. ;-) --- diff --git a/Makefile b/Makefile index 29f5f49..7a64796 100644 --- 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.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 + @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.4 Prerelease\"" >> src/version.h virtualjaguar: sources libs makefile-qt @echo -e "\033[01;33m***\033[00;32m Making Virtual Jaguar GUI...\033[00m"