[trunk] bump version to 1.99.0

This commit is contained in:
Vincent Torri 2011-09-28 04:32:28 +00:00
parent 67d04dd9ba
commit 537a50214a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# 3) if API or ABI is broken (this case should (must) never happen as it's very bad for a library), or a new designed library, increase MAJOR and set MINOR and MICRO to 0
m4_define([OPJ_MAJOR], [1])
m4_define([OPJ_MINOR], [4])
m4_define([OPJ_MINOR], [99])
m4_define([OPJ_MICRO], [0])
m4_define([lt_cur], m4_eval(OPJ_MAJOR + OPJ_MINOR))