projects
/
volk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69bceb5
)
avoid-unnecessary-soversion-bump
author
A. Maitland Bottoms
<bottoms@debian.org>
Mon, 24 Feb 2020 23:08:05 +0000
(23:08 +0000)
committer
A. Maitland Bottoms
<bottoms@debian.org>
Mon, 24 Feb 2020 23:08:05 +0000
(23:08 +0000)
Gbp-Pq: Name avoid-unnecessary-soversion-bump
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 10c2a310edde6e405643dd4657bb43baa88ae157..6bac1548c51e2c5349de3ebb53513cc0537dce28 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-67,7
+67,7
@@
message(STATUS "Build type set to ${CMAKE_BUILD_TYPE}.")
set(VERSION_INFO_MAJOR_VERSION 2)
set(VERSION_INFO_MINOR_VERSION 2)
-set(VERSION_INFO_MAINT_VERSION
1
)
+set(VERSION_INFO_MAINT_VERSION
0
)
include(VolkVersion) #setup version info
macro(set_version_str VAR)