From f462fa22f11ebb3e738584483f4d1ef3e7502cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20H=C3=A4m=C3=A4l=C3=A4inen?= Date: Thu, 7 Jul 2016 14:58:36 +0300 Subject: [PATCH] Bump version. --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index a87ef1c..3365515 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ #ifndef VERSION_H #define VERSION_H -const QString PROGRAM_VERSION="1.3.0"; +const QString PROGRAM_VERSION="1.3.2"; #endif