1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Bump version number to 2.2.4.

This commit is contained in:
Con Kolivas 2012-02-11 20:29:27 +11:00
parent ecaf33a71c
commit 862e9da48e
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -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.

View File

@ -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))