Skip to content

Commit 8360e90

Browse files
v1.0.0 Best commit for initial public release. Should have been done in master but doing it retroactively in a branch instead. If it becomes an issue we can rewrite the actual history.
1 parent 9ea81bf commit 8360e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.8)
22

3-
project( window_standards VERSION 1.0.1 LANGUAGES CXX )
3+
project( window_standards VERSION 1.0.0 LANGUAGES CXX )
44
set(LIB_NAME ${PROJECT_NAME})
55

66
if(NOT "${CMAKE_CXX_EXTENSIONS}")

0 commit comments

Comments
 (0)