diff options
author | Gerald Combs <gerald@wireshark.org> | 2015-03-19 12:12:34 -0700 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2015-03-19 19:16:02 +0000 |
commit | cc7e5657119165110970e836cd2947556024c0cc (patch) | |
tree | cffe08e9e81fae3417f5210e65afb96fa6e92bbf /config.nmake | |
parent | e60b826a0131b90d4a10d3e9e5e1f45e777d3142 (diff) | |
download | wireshark-cc7e5657119165110970e836cd2947556024c0cc.tar.gz wireshark-cc7e5657119165110970e836cd2947556024c0cc.tar.bz2 wireshark-cc7e5657119165110970e836cd2947556024c0cc.zip |
1.99.4 → 1.99.5.v1.99.5rc0
Change-Id: Ifa1a57ac2db5d921d9b53dbe997cfa1916720c26
Reviewed-on: https://code.wireshark.org/review/7759
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'config.nmake')
-rw-r--r-- | config.nmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake index e82a862112..8fa5deb8dc 100644 --- a/config.nmake +++ b/config.nmake @@ -35,7 +35,7 @@ VCS_REVISION=0 # Updated by make-version.pl VERSION_MAJOR=1 VERSION_MINOR=99 -VERSION_MICRO=4 +VERSION_MICRO=5 VERSION_BUILD=$(VCS_REVISION) # Local build information. Recommended: Unique string for your |