From 2fe6bac6ebcef40e373bd76c5570ff4f8117460b Mon Sep 17 00:00:00 2001 From: Mickael Savinaud Date: Thu, 14 Mar 2013 08:52:38 +0000 Subject: [PATCH] [b1.5.x] update the micro version into the configure file (thanks to winfried) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 317ffa23..c30ebea9 100644 --- a/configure.ac +++ b/configure.ac @@ -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)