X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=4fd8eaeaad15a26065f12ceecddb7717c4272779;hb=b0f761fa19300142af97a4bb9df44db74d168aeb;hp=f2949a885111519523e26f801d434aae246b00f4;hpb=cfee3ca4b91ce7056d4f8b2cafa56628ae6b568d;p=virtualjaguar diff --git a/Makefile b/Makefile index f2949a8..4fd8eae 100644 --- a/Makefile +++ b/Makefile @@ -53,10 +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.1\"" > 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.1 Prerelease\"" >> 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"