From d1463903e180cb73a2b0a81560d692f5a2e661a5 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Tue, 17 Feb 2015 19:35:54 +0100 Subject: [PATCH] Version 1.1.13 --- 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 92d7cfb..8d83f71 100644 --- a/rpm/fingerterm.spec +++ b/rpm/fingerterm.spec @@ -1,5 +1,5 @@ Name: fingerterm -Version: 1.1.12 +Version: 1.1.13 Release: 1 Summary: A terminal emulator with a custom virtual keyboard Group: System/Base diff --git a/version.h b/version.h index 797ece3..22dcbdc 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ #ifndef VERSION_H #define VERSION_H -const QString PROGRAM_VERSION="1.1.12"; +const QString PROGRAM_VERSION="1.1.13"; #endif