diff options
author | Enrico Zini <enrico@enricozini.org> | 2015-09-10 19:50:53 +0200 |
---|---|---|
committer | Enrico Zini <enrico@enricozini.org> | 2015-09-10 19:51:23 +0200 |
commit | ea85d58bc9d619e1511b40a16a630c5da9e60a42 (patch) | |
tree | b7df739f0cb01abf87bd6cae9cd55bb26920fc94 | |
parent | 0a20975c244064e41f9b90ae59fe07a2d7011924 (diff) | |
download | libept-ea85d58bc9d619e1511b40a16a630c5da9e60a42.tar.gz |
Read to release to experimental
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c61299..9b693c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ include( FindDoxygen ) add_custom_target(check COMMAND ${CMAKE_SOURCE_DIR}/run-check ${CMAKE_BINARY_DIR}/ept/test-ept) -set( EPT_VERSION "1.0.14" ) +set( EPT_VERSION "1.1" ) # Get the soversion from libapt-pkg to include in our own execute_process( diff --git a/debian/changelog b/debian/changelog index 2284c45..819bcb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -libept (1.0.15) UNRELEASED; urgency=medium +libept (1.1) experimental; urgency=medium * Removed need of tagcoll and wibble * Removed popcon/ support - -- Enrico Zini <enrico@debian.org> Thu, 10 Sep 2015 15:19:23 +0200 + -- Enrico Zini <enrico@debian.org> Thu, 10 Sep 2015 19:50:32 +0200 libept (1.0.14) unstable; urgency=medium |