[b1.5.x] update the micro version into the configure file (thanks to winfried)

This commit is contained in:
Mickael Savinaud 2013-03-14 08:52:38 +00:00
parent 15243144c4
commit 2fe6bac6eb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
m4_define([OPJ_MAJOR], [1])
m4_define([OPJ_MINOR], [5])
m4_define([OPJ_MICRO], [0])
m4_define([OPJ_MICRO], [2])
m4_define([lt_cur], m4_eval(OPJ_MAJOR + OPJ_MINOR))
m4_define([lt_rev], OPJ_MICRO)