From 42e72d529cdbab62d52a26332985ecf28b997a87 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Fri, 15 Jul 2016 00:19:01 +0200 Subject: =?UTF-8?q?More=202.1.1=20=E2=86=92=202.1.2=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If1a7f1232bbb23b27063d4ef618c2059293ff0c4 Reviewed-on: https://code.wireshark.org/review/16441 Reviewed-by: Pascal Quantin --- CMakeLists.txt | 4 ++-- configure.ac | 4 ++-- debian/changelog | 2 +- docbook/asciidoc.conf | 2 +- make-version.pl | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34fc9382db..968c326032 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -178,9 +178,9 @@ include(CMakeInstallDirs) set(GIT_REVISION 0) set(PROJECT_MAJOR_VERSION 2) set(PROJECT_MINOR_VERSION 1) -set(PROJECT_PATCH_VERSION 1) +set(PROJECT_PATCH_VERSION 2) set(PROJECT_BUILD_VERSION ${GIT_REVISION}) -set(PROJECT_VERSION_EXTENSION "") +set(PROJECT_VERSION_EXTENSION "-git") if(DEFINED ENV{WIRESHARK_VERSION_EXTRA}) set(PROJECT_VERSION_EXTENSION "$ENV{WIRESHARK_VERSION_EXTRA}") diff --git a/configure.ac b/configure.ac index f194e94477..cdd0f33573 100644 --- a/configure.ac +++ b/configure.ac @@ -7,9 +7,9 @@ # m4_define([version_major], [2]) m4_define([version_minor], [1]) -m4_define([version_micro], [1]) +m4_define([version_micro], [2]) dnl Updated by make-version.pl -m4_define([version_extra], []) +m4_define([version_extra], [-git]) m4_define([version_micro_extra], m4_join([], version_micro, version_extra)) AC_INIT(Wireshark, [version_major.version_minor.version_micro_extra], http://bugs.wireshark.org/, , http://www.wireshark.org/) diff --git a/debian/changelog b/debian/changelog index 863a859114..5168bc5ee1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -wireshark (2.1.1) unstable; urgency=low +wireshark (2.1.2) unstable; urgency=low * Self-made package diff --git a/docbook/asciidoc.conf b/docbook/asciidoc.conf index 7a9207eb57..ec9a5cf290 100644 --- a/docbook/asciidoc.conf +++ b/docbook/asciidoc.conf @@ -2,7 +2,7 @@ [attributes] -wireshark-version=2.1.1 +wireshark-version=2.1.2 [replacements] diff --git a/make-version.pl b/make-version.pl index f5c21dd521..a8e6084bea 100755 --- a/make-version.pl +++ b/make-version.pl @@ -85,7 +85,7 @@ my $set_release = 0; my %version_pref = ( "version_major" => 2, "version_minor" => 1, - "version_micro" => 1, + "version_micro" => 2, "version_build" => 0, "enable" => 1, -- cgit v1.2.1