Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit a6a166d

Browse files
committed
Update the version in CMakeLists.txt to 0.3.5
1 parent f012836 commit a6a166d

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
@@ -14,7 +14,7 @@ enable_testing ()
1414

1515
set (GLOG_MAJOR_VERSION 0)
1616
set (GLOG_MINOR_VERSION 3)
17-
set (GLOG_PATCH_VERSION 4)
17+
set (GLOG_PATCH_VERSION 5)
1818

1919
set (GLOG_VERSION
2020
${GLOG_MAJOR_VERSION}.${GLOG_MINOR_VERSION}.${GLOG_PATCH_VERSION})

0 commit comments

Comments
 (0)