From 33e540a2b04ce78f5c7ab4a60b899c67f586cc32 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Sun, 3 Mar 2019 20:46:30 +0200 Subject: CMake: Set version to 0.1.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 92a4b4a..f179e96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0) PROJECT(bemenu C) SET(BEMENU_NAME "bemenu") SET(BEMENU_DESCRIPTION "Dynamic menu library and client program inspired by dmenu") -SET(BEMENU_VERSION "1.0.0") +SET(BEMENU_VERSION "0.1.0") SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/CMake) INCLUDE(CTest) -- cgit v1.2.3-70-g09d2