aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
parentc4e79c620fdba57ed449bafb1a4c87db55d032ab (diff)
Bump version to 0.6 alpha
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 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)