From f60cfb11848de1584b75c16e608d1cc6478b64a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 8 Mar 2009 16:26:29 +0100 Subject: [PATCH] updated version to 1.30 in installation script --- win_installer/cppcheck.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win_installer/cppcheck.iss b/win_installer/cppcheck.iss index 3e265172b..7fe99f1b6 100644 --- a/win_installer/cppcheck.iss +++ b/win_installer/cppcheck.iss @@ -19,8 +19,8 @@ #define MyAppName "cppcheck" -#define AppVersion "1.28" -; #define MyAppVerName "cppcheck 1.28" +#define AppVersion "1.30" +; #define MyAppVerName "cppcheck 1.30" #define MyAppURL "http://sourceforge.net/projects/cppcheck/" #define MyAppExeName "cppcheck.exe"