From b39e06dd5b1ae86a3c41b9a6eedae51b883895f9 Mon Sep 17 00:00:00 2001 From: ronag Date: Wed, 7 Sep 2011 18:45:10 +0000 Subject: [PATCH] git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@1349 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d --- common/env.cpp | 2 +- shell/main.cpp | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/common/env.cpp b/common/env.cpp index 99cf775bb..8091596ea 100644 --- a/common/env.cpp +++ b/common/env.cpp @@ -97,7 +97,7 @@ const std::wstring& data_folder() const std::wstring& version() { - static std::wstring ver = std::wstring(L"") + CASPAR_GEN + L"." + CASPAR_MAYOR + L"." + CASPAR_MINOR + L"." + CASPAR_REV + L" ALPHA"; + static std::wstring ver = std::wstring(L"") + CASPAR_GEN + L"." + CASPAR_MAYOR + L"." + CASPAR_MINOR + L"." + CASPAR_REV + L" " + CASPAR_TAG; return ver; } diff --git a/shell/main.cpp b/shell/main.cpp index 6843c9d22..dec2f600c 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -170,9 +170,7 @@ int main(int argc, wchar_t* argv[]) SetUnhandledExceptionFilter(UserUnhandledExceptionFilter); CASPAR_LOG(info) << L"Type \"q\" to close application"; - - CASPAR_LOG(info) << L"THIS IS AN ALPHA BUILD"; - + // Set debug mode. #ifdef _DEBUG _CrtSetDbgFlag ( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF | _CRTDBG_CHECK_ALWAYS_DF ); -- 2.39.2