From 9ab136f830166141abb9d4f8c58e8868a466d182 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Fri, 7 Oct 2016 19:09:36 -0700 Subject: [PATCH] Prepare for release 9.5 --- dev/osx/Info_valid.plist | 4 ++-- dev/windows/engauge.wxs | 4 ++-- src/util/Version.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev/osx/Info_valid.plist b/dev/osx/Info_valid.plist index 1f81827e..4669c2a8 100644 --- a/dev/osx/Info_valid.plist +++ b/dev/osx/Info_valid.plist @@ -13,9 +13,9 @@ CFBundleExecutable Engauge Digitizer CFBundleVersion - 9.4 + 9.5 CFBundleShortVersionString - 9.4 + 9.5 LSApplicationCategoryType public.app-category.utilities CFBundleIdentifier diff --git a/dev/windows/engauge.wxs b/dev/windows/engauge.wxs index 2fc667c6..2d4841f3 100644 --- a/dev/windows/engauge.wxs +++ b/dev/windows/engauge.wxs @@ -2,10 +2,10 @@ + Version='9.5'> diff --git a/src/util/Version.cpp b/src/util/Version.cpp index 16172038..c10d1de2 100644 --- a/src/util/Version.cpp +++ b/src/util/Version.cpp @@ -6,7 +6,7 @@ #include "Version.h" -const char *VERSION_NUMBER = "9.4"; +const char *VERSION_NUMBER = "9.5"; QString engaugeWindowTitle() {