X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=version.tmpl;h=456a2b3aa2de223ee566983c1989ff311ef5619b;hb=74ae8f69adcd48cba00a1f3e776e7f2f6fc24afc;hp=8e10167c02811fcc62c50f2bd59f0709a0aac5e7;hpb=65199f18ae5ec831d809ea73b6e9dd01f530b4c5;p=casparcg diff --git a/version.tmpl b/version.tmpl index 8e10167c0..456a2b3aa 100644 --- a/version.tmpl +++ b/version.tmpl @@ -1,5 +1,6 @@ -#define CASPAR_GEN L"2" -#define CASPAR_MAYOR L"0" -#define CASPAR_MINOR L"2" -#define CASPAR_REV L"$WCREV$" -#define CASPAR_TAG L"BETA 2" +#define CASPAR_GEN 2 +#define CASPAR_MAYOR 1 +#define CASPAR_MINOR 0 +#define CASPAR_TAG "Beta 1" +#define CASPAR_REV ${GIT_REV} +#define CASPAR_HASH "${GIT_HASH}"