Skip to content

Commit

Permalink
Bump version to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thirtythreeforty committed Apr 7, 2016
1 parent 38a05b6 commit e9b9800
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 = 0.8.1
VERSION = 1.0.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="0.8.1.0" Manufacturer="George Hilliard" UpgradeCode="{8AD9DF1E-FAC8-442D-9F69-91D439E154B4}">
<Product Id="*" Name="BullyCPP" Language="1033" Version="1.0.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 e9b9800

Please sign in to comment.