Skip to content

Commit b04e4a0

Browse files
committed
v0.3.1
1 parent 6f65ea4 commit b04e4a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '0.3.0.{build}'
1+
version: '0.3.1.{build}'
22
image:
33
- Visual Studio 2015
44
- Visual Studio 2017

cmake/project_properties.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(PROJECT_VERSION_MAJOR 0)
22
set(PROJECT_VERSION_MINOR 3)
3-
set(PROJECT_VERSION_PATCH 0)
3+
set(PROJECT_VERSION_PATCH 1)
44
set(PROJECT_VERSION_TWEAK 0)
55

66
set_target_properties(cgss

0 commit comments

Comments
 (0)