Skip to content

Commit

Permalink
Merge pull request #75 from t6/patch-version
Browse files Browse the repository at this point in the history
Bump version to 0.3.0
  • Loading branch information
Cloudef authored Dec 20, 2019
2 parents fedb1b0 + 0c1e34c commit bed158e
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 "0.2.0")
SET(BEMENU_VERSION "0.3.0")
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/CMake)

OPTION(BEMENU_CURSES_RENDERER "Build curses backend" ON)
Expand Down

0 comments on commit bed158e

Please sign in to comment.