From: Antonio Ospite <ospite@studenti.unina.it>
Date: Wed, 28 Mar 2012 11:37:00 +0000 (+0200)
Subject: Release version 0.1.2
X-Git-Tag: v0.1.2^0
X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/6ca14bb145fb775271ec7afddd4b4f8429331722?ds=sidebyside;hp=67fd00b35aabe932cff75d1945b26db7020d1ec6

Release version 0.1.2

This fixes the handling of DESTDIR and should finally make packaging
easier.
---

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 619bf13..23627fa 100644
--- 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 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}")
diff --git a/ChangeLog b/ChangeLog
index 7c1f555..9baa19c 100644
--- 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>