aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-07-22 11:36:49 -0700
committerGerald Combs <gerald@wireshark.org>2014-07-22 18:37:15 +0000
commite14d5b6eaaee4e5339be751acbebfd2291edf65c (patch)
tree8555f7cbd0ff0bff664a5f5ba820aa7387208ef9
parent04e4136a35287e2068d346f79bada76b4a372a9e (diff)
downloadwireshark-e14d5b6eaaee4e5339be751acbebfd2291edf65c.tar.gz
wireshark-e14d5b6eaaee4e5339be751acbebfd2291edf65c.tar.bz2
wireshark-e14d5b6eaaee4e5339be751acbebfd2291edf65c.zip
Fix rc version.v1.12.0rc3
Change-Id: If386649377129003201f6cb32020e2b674aecd20 Reviewed-on: https://code.wireshark.org/review/3164 Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rw-r--r--version.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.conf b/version.conf
index 0cdd0bce20..dc60f0d24b 100644
--- a/version.conf
+++ b/version.conf
@@ -1,11 +1,11 @@
# Interim releases: Enable packaging, add a "rc" to the version.
#enable: 1
-#pkg_format: rc2-%#
+#pkg_format: rc4-%#
#pkg_enable: 1
# Release candidates
enable: 1
-pkg_format: rc2
+pkg_format: rc3
pkg_enable: 1
# Final release: Disable package version stamps.