Release version 0.1.2 v0.1.2
authorAntonio Ospite <ospite@studenti.unina.it>
Wed, 28 Mar 2012 11:37:00 +0000 (13:37 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Wed, 28 Mar 2012 11:39:25 +0000 (13:39 +0200)
This fixes the handling of DESTDIR and should finally make packaging
easier.

CMakeLists.txt
ChangeLog

index 619bf13..23627fa 100644 (file)
@@ -6,7 +6,7 @@ set(PROJECT_DESCRIPTION
 
 set(PROJECT_VER_MAJOR 0)
 set(PROJECT_VER_MINOR 1)
-set(PROJECT_VER_PATCH 1)
+set(PROJECT_VER_PATCH 2)
 set(PROJECT_VER_EXTRA "")
 set(PROJECT_VER
   "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}${PROJECT_VER_EXTRA}")
index 7c1f555..9baa19c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
+2012-03-28 13:37:00 +0200 Antonio Ospite <ospite@studenti.unina.it>
+
+       * Release version 0.1.2 (HEAD, master)
+
+2012-03-28 13:08:23 +0200 Antonio Ospite <ospite@studenti.unina.it>
+
+       * doc: fix the "custom install targets" to handle DESTDIR
+
 2012-03-28 10:55:14 +0200 Antonio Ospite <ospite@studenti.unina.it>
 
-       * Release version 0.1.1 (HEAD, master)
+       * Release version 0.1.1 (v0.1.1, origin/master)
 
 2012-03-28 10:43:04 +0200 Antonio Ospite <ospite@studenti.unina.it>
 
@@ -32,7 +40,7 @@
 
 2012-03-26 13:50:05 +0200 Antonio Ospite <ospite@studenti.unina.it>
 
-       * Increase project number to 0.1.0 (v0.1.0, origin/master)
+       * Increase project number to 0.1.0 (v0.1.0)
 
 2012-03-26 13:49:31 +0200 Antonio Ospite <ospite@studenti.unina.it>