X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=88763de9fa39c411a2866dce3ddbed1aab9b0ed2;hb=04a4d0db6f20955f132491173c4ec8e11d1e5de1;hp=f11c1bae64188187d9a50b47aa3f24a18e6f9503;hpb=29525b808574d009a74c9af2a84fa32649bbd4d6;p=virtualjaguar diff --git a/Makefile b/Makefile index f11c1ba..88763de 100644 --- a/Makefile +++ b/Makefile @@ -42,11 +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 `date +%Y%m%d`\"" > 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.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 virtualjaguar: sources libs makefile-qt @echo -e "\033[01;33m***\033[00;32m Making Virtual Jaguar GUI...\033[00m"