Skip to content

Commit

Permalink
new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sb0y committed Apr 10, 2015
1 parent 859140f commit 66e17ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qsc.pro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ include ( src/common.pri )
RESOURCES += \
icons.qrc

VERSION = 0.0.0.2
VERSION = 0.0.0.3
QMAKE_TARGET_COMPANY = bagrintsev.me
QMAKE_TARGET_PRODUCT = QScreenShotter
QMAKE_TARGET_DESCRIPTION = Simple screenshot program
Expand Down
2 changes: 1 addition & 1 deletion src/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Version 0.2b</string>
<string>Version 03b</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand Down
7 changes: 5 additions & 2 deletions winSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
OutputDir=C:\
OutputBaseFilename=setup
OutputDir=C:\Users\user\Documents
OutputBaseFilename=QScreenShotterInstall
SetupIconFile=C:\Users\user\Documents\GitHub\QScreenShotter\images\tray32x32.ico
Compression=lzma
SolidCompression=yes
Expand All @@ -49,3 +49,6 @@ Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Fil
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

[UninstallDelete]
Type: filesandordirs; Name: "{localappdata}\andrey@bagrintsev.me\qsc"

0 comments on commit 66e17ff

Please sign in to comment.