diff --git a/README.md b/README.md index 2edc7a07..63edd9ed 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ very intuitive key combinations. For instance, **รถ** is obtained using I wrote WinCompose because I found none of the alternatives (FreeCompose, CKFW, AllChars or Unichars) to be satisfying. -Download latest: [WinCompose 0.6.5](https://github.com/samhocevar/wincompose/releases/download/v0.6.5/WinCompose-Setup-0.6.5.exe) +Download latest: [WinCompose 0.6.6](https://github.com/samhocevar/wincompose/releases/download/v0.6.6/WinCompose-Setup-0.6.6.exe) ----------------------------------- Older versions are available [in the releases section](https://github.com/samhocevar/wincompose/releases/). diff --git a/src/Makefile b/src/Makefile index e4ace9c0..0b387767 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ -VERSION = 0.6.5 +VERSION = 0.6.6 ISS = installer.iss SRC_AHK = main.ahk diff --git a/src/installer.iss b/src/installer.iss index a2ab78ca..a94609e8 100644 --- a/src/installer.iss +++ b/src/installer.iss @@ -1,5 +1,5 @@ #define NAME "WinCompose" -#define VERSION "0.6.5" +#define VERSION "0.6.6" [Setup] AppName = {#NAME} diff --git a/src/main.ahk b/src/main.ahk index 3340dc16..38071e47 100644 --- a/src/main.ahk +++ b/src/main.ahk @@ -17,7 +17,7 @@ ; The name and version of this script global app := "WinCompose" -global version := "0.6.5" +global version := "0.6.6" global website := "https://github.com/samhocevar/wincompose" ; Configuration directory and file diff --git a/src/po/wincompose.pot b/src/po/wincompose.pot index 0db14369..bada2af0 100644 --- a/src/po/wincompose.pot +++ b/src/po/wincompose.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-28 21:01+0200\n" +"POT-Creation-Date: 2014-04-28 23:11+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"