diff options
| author | Gerald Combs <gerald@wireshark.org> | 2016-11-16 09:41:00 -0800 |
|---|---|---|
| committer | Gerald Combs <gerald@wireshark.org> | 2016-11-16 21:23:46 +0000 |
| commit | 775fb085cdfebafa565c5b428f0a130d82dbefcb (patch) | |
| tree | f7f1d1fec01ddc6bcfa0dcdfb01c0bad237e3a40 | |
| parent | 7244004bee8a14cc48cacf08217fa2c5b295ee79 (diff) | |
| download | wireshark-2.2.2.tar.gz wireshark-2.2.2.tar.bz2 wireshark-2.2.2.zip | |
Build 2.2.2 (try 3).wireshark-2.2.2v2.2.2
Change-Id: I478b2e83f622499b4ef61413b5f0a0c4ac521405
Reviewed-on: https://code.wireshark.org/review/18851
Reviewed-by: Gerald Combs <gerald@wireshark.org>
| -rw-r--r-- | version.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/version.conf b/version.conf index 9801e5093a..f8ed92cc05 100644 --- a/version.conf +++ b/version.conf @@ -1,7 +1,7 @@ # Interim releases: Enable packaging, add a "rc" to the version. -enable: 1 -pkg_format: rc0-%# -pkg_enable: 1 +#enable: 1 +#pkg_format: rc0-%# +#pkg_enable: 1 # Release candidates #enable: 1 @@ -9,6 +9,6 @@ pkg_enable: 1 #pkg_enable: 1 # Final release: Disable package version stamps. -#enable: 1 -#pkg_format: -#pkg_enable: 0 +enable: 1 +pkg_format: +pkg_enable: 0 |
