diff options
| author | Gerald Combs <gerald@zing.org> | 2021-12-29 14:07:02 -0800 |
|---|---|---|
| committer | Gerald Combs <gerald@zing.org> | 2021-12-29 14:07:02 -0800 |
| commit | 655cdb2701bc5a79cb81ede04c932b89bd2e7a6e (patch) | |
| tree | ddec43baefbfffeec913c6b07725600f6aa56a96 /epan/CMakeLists.txt | |
| parent | a0a473c7c1ba17553495bb03b3e1c2059f20557b (diff) | |
| download | wireshark-3.6.2rc0.tar.gz wireshark-3.6.2rc0.tar.bz2 wireshark-3.6.2rc0.zip | |
Version: 3.6.1 → 3.6.2v3.6.2rc0
[skip ci]
Diffstat (limited to 'epan/CMakeLists.txt')
| -rw-r--r-- | epan/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt index cb75f666e9..f0e9d3b44f 100644 --- a/epan/CMakeLists.txt +++ b/epan/CMakeLists.txt @@ -307,7 +307,7 @@ add_library(epan set_target_properties(epan PROPERTIES COMPILE_DEFINITIONS "WS_BUILD_DLL" LINK_FLAGS "${WS_LINK_FLAGS}" - VERSION "15.0.1" SOVERSION 15 + VERSION "15.0.2" SOVERSION 15 INSTALL_RPATH "${LIBRARY_INSTALL_RPATH}" # By default the name for a library with target name epan will be libepan, # but Ethereal is now named Wireshark |
