summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e420a48..ddf7bb9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ include( FindDoxygen )
add_custom_target( unit )
-set( EPT_VERSION "1.0.13.1" )
+set( EPT_VERSION "1.0.14" )
# Get the soversion from libapt-pkg to include in our own
execute_process(
diff --git a/debian/changelog b/debian/changelog
index db8c124..0e8a1ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libept (1.0.14) unstable; urgency=medium
+
+ * New version that includes Matthias' NMU
+
+ -- Enrico Zini <enrico@debian.org> Tue, 11 Aug 2015 19:50:06 +0200
+
libept (1.0.13.1) experimental; urgency=medium
* Non maintainer upload.