From 4ef9f63685bd82c4630db43bb8e869a9d4f7f688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 7 Jan 2014 21:15:50 +0100 Subject: [PATCH] 1.63.1: set version again --- lib/cppcheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cppcheck.cpp b/lib/cppcheck.cpp index beee60218..5490c965b 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -34,7 +34,7 @@ #include #endif -static const char Version[] = "1.63.1; +static const char Version[] = "1.63.1"; static const char ExtraVersion[] = ""; static TimerResults S_timerResults;