summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2016-07-30 10:37:09 -0300
committerLeandro Pereira <leandro@hardinfo.org>2016-07-30 10:40:47 -0300
commit5bf54d0d8bed102623dc3bf326f1c9ba1d1d4f96 (patch)
treea4675078346904f4e545f9e014b776588464c42e
parentc4e79c620fdba57ed449bafb1a4c87db55d032ab (diff)
Bump version to 0.6 alpha
-rw-r--r--CMakeLists.txt2
-rw-r--r--shell/callbacks.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 74d16b32..bff6a777 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ project(HardInfo)
cmake_minimum_required(VERSION 2.6)
cmake_policy(VERSION 2.6)
-set(HARDINFO_VERSION "0.5.2pre")
+set(HARDINFO_VERSION "0.6-alpha")
SET( CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" )
include(GNUInstallDirs)
diff --git a/shell/callbacks.c b/shell/callbacks.c
index c77957da..84057366 100644
--- a/shell/callbacks.c
+++ b/shell/callbacks.c
@@ -214,7 +214,7 @@ void cb_about()
gtk_about_dialog_set_name(GTK_ABOUT_DIALOG(about), "HardInfo");
gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(about), VERSION);
gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(about),
- "Copyright \302\251 2003-2012 "
+ "Copyright \302\251 2003-2016 "
"Leandro A. F. Pereira");
gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(about),
_("System information and benchmark tool"));