Skip to content

Commit

Permalink
release 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramas committed May 10, 2015
1 parent db79d53 commit 5583798
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CURRENT_VERSION.TXT
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Author : BRAMAS Quentin [ [email protected] ]


*******************************************/
**
** Ultratools - Editor 1.6
**
**
** Date : 07th May 2015
**
*******************************************/

- Custom horizontal scroll
- Bug fix

*******************************************/
**
** Ultratools - Editor 1.5
Expand Down
2 changes: 1 addition & 1 deletion installer/install.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DirExistsWarning=no
;DisableDirPage=yes
UsePreviousAppDir=yes
AppName=Ultratools Editor
AppVersion=1.5
AppVersion=1.6
DefaultDirName={pf}\Ultratools
; Since no icons will be created in "{group}", we don't need the wizard
; to ask for a Start Menu folder name:
Expand Down
4 changes: 2 additions & 2 deletions src/UltraTools Editor.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ CONFIG += c++11
TARGET = "UltraTools Editor"
TEMPLATE = app

VERSION = \\\"'1.5'\\\"
VERSION = \\\"'1.6'\\\"
DEFINES += "VERSION=$${VERSION}"

DEFINES += "VERSION_HEX=0x0105"
DEFINES += "VERSION_HEX=0x0106"

SOURCES += main.cpp \
editorwindow.cpp \
Expand Down

0 comments on commit 5583798

Please sign in to comment.