projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bc2d7c
)
Increase project number to 0.1.0
v0.1.0
author
Antonio Ospite <ospite@studenti.unina.it>
Mon, 26 Mar 2012 11:50:05 +0000
(13:50 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Mon, 26 Mar 2012 11:50:05 +0000
(13:50 +0200)
Version 0.1.0 is going to be the first libam7xxx stable release.
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
41cb527
..
75b7b7c
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-5,8
+5,8
@@
set(PROJECT_DESCRIPTION
"Communication library for Actions Micro AM7XXX based USB projectors and DPFs")
set(PROJECT_VER_MAJOR 0)
-set(PROJECT_VER_MINOR
0
)
-set(PROJECT_VER_PATCH
1
)
+set(PROJECT_VER_MINOR
1
)
+set(PROJECT_VER_PATCH
0
)
set(PROJECT_VER_EXTRA "")
set(PROJECT_VER
"${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}${PROJECT_VER_EXTRA}")