diff --git a/rpm/fingerterm.spec b/rpm/fingerterm.spec index 1d8ae68..33de744 100644 --- a/rpm/fingerterm.spec +++ b/rpm/fingerterm.spec @@ -1,5 +1,5 @@ Name: fingerterm -Version: 1.1.13 +Version: 1.1.14 Release: 1 Summary: A terminal emulator with a custom virtual keyboard Group: System/Base diff --git a/version.h b/version.h index 22dcbdc..d3a7374 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ #ifndef VERSION_H #define VERSION_H -const QString PROGRAM_VERSION="1.1.13"; +const QString PROGRAM_VERSION="1.1.14"; #endif