diff options
author | Enrico Zini <enrico@enricozini.org> | 2015-08-11 19:51:30 +0200 |
---|---|---|
committer | Enrico Zini <enrico@enricozini.org> | 2015-08-11 19:53:01 +0200 |
commit | b1ab8220632a50187d6abb1177cf2c368189ee16 (patch) | |
tree | 0c879cd6ea12a604790557bfe3e53a40130f3570 | |
parent | d2b6fb5e60a9d59a532adae2c4cabeb23d16cbbc (diff) | |
download | libept-b1ab8220632a50187d6abb1177cf2c368189ee16.tar.gz |
New release to unstable with changes from doko
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
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. |