[trunk] bump version to 1.99.0
This commit is contained in:
parent
67d04dd9ba
commit
537a50214a
|
@ -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
|
# 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_MAJOR], [1])
|
||||||
m4_define([OPJ_MINOR], [4])
|
m4_define([OPJ_MINOR], [99])
|
||||||
m4_define([OPJ_MICRO], [0])
|
m4_define([OPJ_MICRO], [0])
|
||||||
|
|
||||||
m4_define([lt_cur], m4_eval(OPJ_MAJOR + OPJ_MINOR))
|
m4_define([lt_cur], m4_eval(OPJ_MAJOR + OPJ_MINOR))
|
||||||
|
|
Loading…
Reference in New Issue