Skip to content

Commit

Permalink
CMake: Set version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Mar 3, 2019
1 parent 72a38a7 commit 33e540a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 33e540a

Please sign in to comment.