Skip to content

Commit

Permalink
Prepare for release 9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell-tu committed Dec 1, 2016
1 parent 09a631c commit cdb6f16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev/osx/Info_valid.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<key>CFBundleExecutable</key>
<string>Engauge Digitizer</string>
<key>CFBundleVersion</key>
<string>9.6</string>
<string>9.7</string>
<key>CFBundleShortVersionString</key>
<string>9.6</string>
<string>9.7</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>CFBundleIdentifier</key>
Expand Down
4 changes: 2 additions & 2 deletions dev/windows/engauge.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Name='Engauge Digitizer'
Manufacturer='Engauge Open Source Developers'
Id='990469e2-eccd-4f63-9cd9-8e6b607a0f36'
Id='a89cd84c-94b8-4fa8-841b-50fb5684f389'
UpgradeCode='00A6792B-65ED-4894-A48B-B95D63C62CC6'
Language='1033' Codepage='1252'
Version='9.6'>
Version='9.7'>
<Package Id='*' Keywords='Installer' Description="Engauge Digitizer Installer"
Comments='Engauge Digitizer is available from github.com' Manufacturer='Engauge Open Source Developers'
InstallerVersion='100' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
Expand Down
2 changes: 1 addition & 1 deletion src/util/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "Version.h"

const char *VERSION_NUMBER = "9.6";
const char *VERSION_NUMBER = "9.7";

QString engaugeWindowTitle()
{
Expand Down

0 comments on commit cdb6f16

Please sign in to comment.