Skip to content

Commit

Permalink
Release 0.6.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed Jun 25, 2014
1 parent c4d6ec0 commit d40d77d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - Visual Studio (ensure devenv.exe is in %PATH%)
# - gettext (mingw-get install msys-gettext)

VERSION = 0.6.8
VERSION = 0.6.9

ISS = installer.iss
SRC_AHK = main.ahk
Expand Down
3 changes: 2 additions & 1 deletion src/installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define NAME "WinCompose"
#define VERSION "0.6.8"
#define VERSION "0.6.9"

[Setup]
AppName = {#NAME}
Expand All @@ -24,6 +24,7 @@ Source: "po\cs.po"; DestDir: "{app}\po"
Source: "po\de.po"; DestDir: "{app}\po"
Source: "po\el.po"; DestDir: "{app}\po"
Source: "po\fr.po"; DestDir: "{app}\po"
Source: "po\id.po"; DestDir: "{app}\po"

[Icons]
Name: "{userstartup}\{#NAME}"; Filename: "{app}\{#NAME}.exe"; WorkingDir: "{app}"
Expand Down
2 changes: 1 addition & 1 deletion src/main.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

; The name and version of this script
global app := "WinCompose"
global version := "0.6.8"
global version := "0.6.9"
global website := "https://github.com/samhocevar/wincompose"

; Configuration file location -- this needs to exist early, before
Expand Down

0 comments on commit d40d77d

Please sign in to comment.