summaryrefslogtreecommitdiff
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-01-07 14:11:53 -0800
committerGerald Combs <gerald@wireshark.org>2015-01-07 22:12:24 +0000
commit12b31d24bfaca941b183a882a96b0f10f0dcb260 (patch)
tree8ad72f50e934253b9025a41f77a5ecda9203a54c /make-version.pl
parentbb3e9a0fc7c94f7bde5b62aedfee06f748c1d37f (diff)
downloadwireshark-12b31d24bfaca941b183a882a96b0f10f0dcb260.tar.gz
1.12.3 → 1.12.4.
Change-Id: I57e5b7a2294077167616ff24bed0e772d455f9d4 Reviewed-on: https://code.wireshark.org/review/6383 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-version.pl b/make-version.pl
index abd9a91182..92dcd98cf1 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -76,7 +76,7 @@ my $set_release = 0;
my %version_pref = (
"version_major" => 1,
"version_minor" => 12,
- "version_micro" => 3,
+ "version_micro" => 4,
"version_build" => 0,
"enable" => 1,