diff options
| author | Vincent Torri <vincent.torri@gmail.com> | 2011-09-28 04:32:28 +0000 |
|---|---|---|
| committer | Vincent Torri <vincent.torri@gmail.com> | 2011-09-28 04:32:28 +0000 |
| commit | 537a50214a0622562359cffc8188dbfc6f261dd8 (patch) | |
| tree | f3b248bca0dc893b23f1d33f8e8a718859687e50 | |
| parent | 67d04dd9ba5fdf9124b34e56cba0ea07a8abe196 (diff) | |
[trunk] bump version to 1.99.0
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 60223ee6..01c5a725 100644 --- a/configure.ac +++ b/configure.ac @@ -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)) |
