From a1975d7ed4d5dc6a4708f4cb503ed4e9a72882e9 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Mon, 31 Mar 2014 09:05:01 +0200 Subject: [PATCH] Bump version --- rpm/fingerterm.spec | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm/fingerterm.spec b/rpm/fingerterm.spec index 2f5bf81..92e1542 100644 --- a/rpm/fingerterm.spec +++ b/rpm/fingerterm.spec @@ -1,5 +1,5 @@ Name: fingerterm -Version: 1.0.3 +Version: 1.1.9 Release: 1 Summary: A terminal emulator with a custom virtual keyboard Group: System/Base diff --git a/version.h b/version.h index b45475f..0edc954 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ #ifndef VERSION_H #define VERSION_H -const QString PROGRAM_VERSION="1.0.3"; +const QString PROGRAM_VERSION="1.1.9"; #endif