Skip to content

Commit

Permalink
Merge pull request #141 from saraedum/0.4.0-cmake
Browse files Browse the repository at this point in the history
Bump version number in CMakeLists
  • Loading branch information
saraedum committed Oct 17, 2019
2 parents f57a3b0 + 6a692d7 commit 9486f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@
# found in the top-level directory of this distribution.

cmake_minimum_required(VERSION 3.1)
project(STANDARDESE VERSION 0.3)
project(STANDARDESE VERSION 0.4.0)

option(STANDARDESE_BUILD_TOOL "whether or not to build the tool" ON)
option(STANDARDESE_BUILD_TEST "whether or not to build the test" ON)
Expand Down

0 comments on commit 9486f51

Please sign in to comment.