X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=edc1d20c7e035efa03b8b33546cd9912fd39b65d;hb=f7b2692b338aaf37470be0a1d0e5ae42c82e0c65;hp=88763de9fa39c411a2866dce3ddbed1aab9b0ed2;hpb=04a4d0db6f20955f132491173c4ec8e11d1e5de1;p=virtualjaguar diff --git a/Makefile b/Makefile index 88763de..edc1d20 100644 --- a/Makefile +++ b/Makefile @@ -42,10 +42,10 @@ 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.0\"" > src/version.h - @echo "#define VJ_RELEASE_SUBVERSION \"Final\"" >> 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.0 Prerelease\"" >> src/version.h +# @echo "#define VJ_RELEASE_VERSION \"v2.1.1\"" > src/version.h +# @echo "#define VJ_RELEASE_SUBVERSION \"Final\"" >> 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 virtualjaguar: sources libs makefile-qt @echo -e "\033[01;33m***\033[00;32m Making Virtual Jaguar GUI...\033[00m"