Skip to content

Commit

Permalink
Bump version to v1.1
Browse files Browse the repository at this point in the history
See tracking issue #24.
  • Loading branch information
George Hilliard authored and George Hilliard committed Mar 30, 2017
1 parent 52e5f0a commit ea81d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bullycpp.pro
Expand Up @@ -2,7 +2,7 @@ PROJECT = bullycpp
CONFIG += qt c++11
QT += core gui network serialport widgets

VERSION = 1.0.0
VERSION = 1.1.0
DEFINES += VERSION_STRING=\\\"v$$VERSION\\\"

SOURCES += \
Expand Down
2 changes: 1 addition & 1 deletion windows/BullyCPP.wxs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="BullyCPP" Language="1033" Version="1.0.0.0" Manufacturer="George Hilliard" UpgradeCode="{8AD9DF1E-FAC8-442D-9F69-91D439E154B4}">
<Product Id="*" Name="BullyCPP" Language="1033" Version="1.1.0.0" Manufacturer="George Hilliard" UpgradeCode="{8AD9DF1E-FAC8-442D-9F69-91D439E154B4}">
<Package InstallerVersion="405" Compressed="yes" InstallScope="perMachine"/>

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down

0 comments on commit ea81d1e

Please sign in to comment.