diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-04 15:39:57 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-26 16:31:20 +0100 |
commit | 241ed15da41b6f412c75a2a7d4cc0d10ffbfa17d (patch) | |
tree | 2b5306efd8a853434813365afb3904fe6c974f0d /apt-inst | |
parent | 4935c8af8acd8856211c0a527bf4dec4dace0d08 (diff) |
Bump SONAMEs in preparation for ABI breaks
Diffstat (limited to 'apt-inst')
-rw-r--r-- | apt-inst/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-inst/CMakeLists.txt b/apt-inst/CMakeLists.txt index 31da115e4..55950679a 100644 --- a/apt-inst/CMakeLists.txt +++ b/apt-inst/CMakeLists.txt @@ -2,7 +2,7 @@ include_directories(${PROJECT_BINARY_DIR}/include/apt-pkg) # Set the version of the library -set(MAJOR 2.0) +set(MAJOR 3.0) set(MINOR 0) set(APT_INST_MAJOR ${MAJOR} PARENT_SCOPE) |