From 46f9217c25477e8fa52abeca57398b0bb5ee4454 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 8 Jun 2016 13:33:55 -0700 Subject: Build 2.1.0, second try. Remove the "-git" version extra default in CMakeLists.txt and configure.ac, otherwise we end up with wireshark-2.1.0-git.tar.bz2, Wireshark-win64-2.1.0-git.exe, etc. Change-Id: I89b9beaa87ac475950e24a3111cf09e878a33ff7 Reviewed-on: https://code.wireshark.org/review/15784 Reviewed-by: Gerald Combs --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2532503016..aa4b24f156 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -186,7 +186,7 @@ if(NOT DEFINED PROJECT_VERSION_EXTENSION) if (DEFINED ENV{WIRESHARK_VERSION_EXTRA}) set(PROJECT_VERSION_EXTENSION "$ENV{WIRESHARK_VERSION_EXTRA}") else() - set(PROJECT_VERSION_EXTENSION "-git") + set(PROJECT_VERSION_EXTENSION "") endif() endif() -- cgit v1.2.1