diff options
author | Gerald Combs <gerald@wireshark.org> | 2018-04-03 14:54:03 -0700 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2018-04-03 21:55:22 +0000 |
commit | 82b53a3ce18a50ee83de44f92083e3d9689c7a08 (patch) | |
tree | 22939a90d2f80b4bfe94f5d15339ea8879d5d6ae /epan | |
parent | e2f395aa12bfb9572bc509145234ee0d31ad82f2 (diff) | |
download | wireshark-2.4.7rc0.tar.gz wireshark-2.4.7rc0.tar.bz2 wireshark-2.4.7rc0.zip |
2.4.6 → 2.4.7.v2.4.7rc0
Change-Id: I080b60178e49c678cba7fa3390e90884b9a810c5
Reviewed-on: https://code.wireshark.org/review/26731
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan')
-rw-r--r-- | epan/CMakeLists.txt | 2 | ||||
-rw-r--r-- | epan/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt index 4516dde7a2..8d98b5b540 100644 --- a/epan/CMakeLists.txt +++ b/epan/CMakeLists.txt @@ -243,7 +243,7 @@ add_library(epan ${LINK_MODE_LIB} add_dependencies(epan version) -set(FULL_SO_VERSION "10.1.6") +set(FULL_SO_VERSION "10.1.7") set_target_properties(epan PROPERTIES COMPILE_DEFINITIONS "WS_BUILD_DLL") set_target_properties(epan PROPERTIES COMPILE_OPTIONS "${WS_WARNINGS_C_FLAGS}") diff --git a/epan/Makefile.am b/epan/Makefile.am index e80062489c..9c07a61dab 100644 --- a/epan/Makefile.am +++ b/epan/Makefile.am @@ -306,7 +306,7 @@ libwireshark_la_SOURCES = \ libwireshark_la_CPPFLAGS = $(AM_CPPFLAGS) -DWS_BUILD_DLL # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -libwireshark_la_LDFLAGS = -version-info 10:6:1 @LDFLAGS_BIGSHAREDLIB@ @LDFLAGS_SHAREDLIB@ +libwireshark_la_LDFLAGS = -version-info 10:7:1 @LDFLAGS_BIGSHAREDLIB@ @LDFLAGS_SHAREDLIB@ # # Add the object files for missing routines, if any. |