projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d99323d
)
CMakeLists.txt: bump the patch version number
author
Antonio Ospite <ao2@ao2.it>
Thu, 1 Mar 2018 17:48:02 +0000
(18:48 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Thu, 1 Mar 2018 17:48:02 +0000
(18:48 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
cb1272c
..
9b733f3
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-6,7
+6,7
@@
set(PROJECT_DESCRIPTION
set(PROJECT_VER_MAJOR 0)
set(PROJECT_VER_MINOR 1)
-set(PROJECT_VER_PATCH
5
)
+set(PROJECT_VER_PATCH
7
)
set(PROJECT_VER_EXTRA "")
set(PROJECT_VER
"${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}${PROJECT_VER_EXTRA}")