Increase project number to 0.1.0 v0.1.0
authorAntonio Ospite <ospite@studenti.unina.it>
Mon, 26 Mar 2012 11:50:05 +0000 (13:50 +0200)
committerAntonio 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

index 41cb527..75b7b7c 100644 (file)
@@ -5,8 +5,8 @@ set(PROJECT_DESCRIPTION
   "Communication library for Actions Micro AM7XXX based USB projectors and DPFs")
 
 set(PROJECT_VER_MAJOR 0)
   "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}")
 set(PROJECT_VER_EXTRA "")
 set(PROJECT_VER
   "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}${PROJECT_VER_EXTRA}")