Skip to content

Commit

Permalink
Bump master to version 2.5_git
Browse files Browse the repository at this point in the history
Now that we have the release/2.4 branch, the master branch version should
be bumped to 2.5.

Signed-off-by: Steffan Karger <[email protected]>
Acked-by: David Sommerseth <[email protected]>
Message-Id: <[email protected]>
URL: https://www.mail-archive.com/[email protected]/msg13619.html
Signed-off-by: David Sommerseth <[email protected]>
  • Loading branch information
syzzer authored and dsommers committed Dec 21, 2016
1 parent 5871697 commit e1dd49a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ dnl define the OpenVPN version
define([PRODUCT_NAME], [OpenVPN])
define([PRODUCT_TARNAME], [openvpn])
define([PRODUCT_VERSION_MAJOR], [2])
define([PRODUCT_VERSION_MINOR], [4])
define([PRODUCT_VERSION_PATCH], [_rc2])
define([PRODUCT_VERSION_MINOR], [5])
define([PRODUCT_VERSION_PATCH], [_git])
m4_append([PRODUCT_VERSION], [PRODUCT_VERSION_MAJOR])
m4_append([PRODUCT_VERSION], [PRODUCT_VERSION_MINOR], [[.]])
m4_append([PRODUCT_VERSION], [PRODUCT_VERSION_PATCH], [[]])
define([PRODUCT_BUGREPORT], [[email protected]])
define([PRODUCT_VERSION_RESOURCE], [2,4,0,0])
define([PRODUCT_VERSION_RESOURCE], [2,5,0,0])
dnl define the TAP version
define([PRODUCT_TAP_WIN_COMPONENT_ID], [tap0901])
define([PRODUCT_TAP_WIN_MIN_MAJOR], [9])
Expand Down

0 comments on commit e1dd49a

Please sign in to comment.