Browse Source

Bump version number to 2.2.4.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
862e9da48e
  1. 2
      NEWS
  2. 2
      configure.ac

2
NEWS

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
Version 2.2.4
Version 2.2.4 - February 11, 2012
- Retain cl program after successfully loading a binary image. May decrease
failures to build kernels at startup.

2
configure.ac

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [2])
m4_define([v_min], [2])
m4_define([v_mic], [3])
m4_define([v_mic], [4])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_ver], [v_maj.v_min.v_mic])
m4_define([lt_rev], m4_eval(v_maj + v_min))

Loading…
Cancel
Save