diff options
author | Benjamin Barenblat <bbaren@google.com> | 2020-11-06 16:45:10 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2020-11-06 16:45:10 -0500 |
commit | 65e4e6308f0bc46f79012b12df96ab85f5d41700 (patch) | |
tree | d249759f11505568a927114d9f7f406f65d1bd1b /debian/patches/configure.diff | |
parent | f64a528d49d800f3ed838d760f463d5b8a90834f (diff) | |
download | abseil-65e4e6308f0bc46f79012b12df96ab85f5d41700.tar.gz abseil-65e4e6308f0bc46f79012b12df96ab85f5d41700.tar.bz2 abseil-65e4e6308f0bc46f79012b12df96ab85f5d41700.zip |
Start packaging new release
Bump shared library micro level to indicate an API- and ABI-compatible
release.
Diffstat (limited to 'debian/patches/configure.diff')
-rw-r--r-- | debian/patches/configure.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/configure.diff b/debian/patches/configure.diff index 2bdfc027..5c47b152 100644 --- a/debian/patches/configure.diff +++ b/debian/patches/configure.diff @@ -28,7 +28,7 @@ Configure Abseil for Debian. endif() + + set_property(TARGET ${_NAME} PROPERTY SOVERSION 20200923) -+ set_property(TARGET ${_NAME} PROPERTY VERSION "20200923.0.0") ++ set_property(TARGET ${_NAME} PROPERTY VERSION "20200923.0.1") else() # Generating header-only library add_library(${_NAME} INTERFACE) |