diff options
author | Enrico Zini <enrico@enricozini.org> | 2014-10-06 14:37:31 +0200 |
---|---|---|
committer | Enrico Zini <enrico@enricozini.org> | 2014-10-06 14:37:31 +0200 |
commit | d2bcf412d8f5cadf7a2763f8b6052231ce2ea36b (patch) | |
tree | 4fd7fc298d5d8af10fafafc8abbd2aef4b5aac7f /CMakeLists.txt | |
parent | d9d95d9dab004609b86f39d2da101ca58e595471 (diff) | |
download | libept-d2bcf412d8f5cadf7a2763f8b6052231ce2ea36b.tar.gz |
Updated parser for Tag: field, and deal with debtags now not merging sources anymore
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f60ddc9..1ca236a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ include( FindDoxygen ) add_custom_target( unit ) -set( EPT_VERSION "1.0.12" ) +set( EPT_VERSION "1.0.12.1" ) # Get the soversion from libapt-pkg to include in our own execute_process( |