Skip to content

Commit

Permalink
configure: Bump to 4.99.0 in preparation for 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Nov 10, 2014
1 parent 661b196 commit 08de8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -14,7 +14,7 @@ dnl * any later version. See COPYING for more details.
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [4])
m4_define([v_min], [10])
m4_define([v_min], [99])
m4_define([v_mic], [0])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_ver], [v_maj.v_min.v_mic])
Expand Down

0 comments on commit 08de8d2

Please sign in to comment.