Skip to content

Commit

Permalink
Bump to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed May 13, 2022
1 parent b8fd28d commit 0d7e528
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
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # because of CMAKE_CXX_STANDARD
project (ANPV VERSION 0.2 LANGUAGES CXX)
project (ANPV VERSION 0.3 LANGUAGES CXX)

### setup binary output directories
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/build)
Expand Down

0 comments on commit 0d7e528

Please sign in to comment.