From 69fc5fe39b5c4071e373d9fdf444f5ed0121b8ea Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Mon, 15 Sep 2014 23:43:34 +0200 Subject: [PATCH] Bumped version to 1.0.0.beta1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c223fd7..76381b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ include (CheckStructHasMember) set (HAVE_CMAKE true) project (tasksh) -set (PROJECT_VERSION "0.9.0.dev") +set (PROJECT_VERSION "1.0.0.beta1") if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") set (LINUX true)