Skip to content

Commit

Permalink
Getting ready for release 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell-tu committed Jun 9, 2016
1 parent 8cdfcf8 commit be39ee8
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.plist_valid
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>8.1.5</string>
<string>8.2</string>
<key>CFBundleShortVersionString</key>
<string>8.1.5</string>
<string>8.2</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='FE975B0A-AAED-4AEA-9CA2-BC7248F9DC4A'
Id='CC6A7063-A6B8-45BE-AC9B-8EDD614C43F8'
UpgradeCode='00A6792B-65ED-4894-A48B-B95D63C62CC6'
Language='1033' Codepage='1252'
Version='8.1'>
Version='8.2'>
<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 = "8.1";
const char *VERSION_NUMBER = "8.2";

QString engaugeWindowTitle()
{
Expand Down

0 comments on commit be39ee8

Please sign in to comment.