From 02e8876acce77bd6c4aff849d2e60e3ce03dcc11 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Thu, 5 Oct 2017 19:55:56 +0000 Subject: [PATCH] Bumped version to 1.1.2. --- gsmartcontrol/TODO | 2 -- gsmartcontrol/configure.ac | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gsmartcontrol/TODO b/gsmartcontrol/TODO index 5dd575c..3466898 100644 --- a/gsmartcontrol/TODO +++ b/gsmartcontrol/TODO @@ -20,8 +20,6 @@ local scope destruction also works if using stack variables. TODO: -Include hi-res icon_cddvd.png and icon_hdd.png. - Don't rely on smartctl return code (2), parse the output instead. This will allow us to show the Info page. diff --git a/gsmartcontrol/configure.ac b/gsmartcontrol/configure.ac index 9a45d97..ea9d2c8 100644 --- a/gsmartcontrol/configure.ac +++ b/gsmartcontrol/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([GSmartControl],[1.1.1],[],[gsmartcontrol]) +AC_INIT([GSmartControl],[1.1.2],[],[gsmartcontrol]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_HEADERS([config.h])