X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=4fd8eaeaad15a26065f12ceecddb7717c4272779;hb=b0f761fa19300142af97a4bb9df44db74d168aeb;hp=1eb5e431b2016b714adf0e9260f5cf5fa7f5d744;hpb=314c595304e7b95963356d09c7a622d5469dc6f2;p=virtualjaguar diff --git a/Makefile b/Makefile index 1eb5e43..4fd8eae 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.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"