Skip to content

Commit

Permalink
version 5.3.6-eth
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Jan 2, 2017
1 parent 9ae42e5 commit 443fa27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [5])
m4_define([v_min], [3])
m4_define([v_mic], [5])
m4_define([v_mic], [6])
#m4_define([v_rev], [eth])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic-v_rev])], [m4_define([v_ver], [v_maj.v_min.v_mic])])
Expand Down
3 changes: 3 additions & 0 deletions miner.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#ifndef MINER_H
#define MINER_H

#define CL_USE_DEPRECATED_OPENCL_2_0_APIS
#define CL_USE_DEPRECATED_OPENCL_2_1_APIS

#include "config.h"

#ifdef BUILD_NUMBER
Expand Down
6 changes: 3 additions & 3 deletions winbuild/dist/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@

#endif

#define VERSION "5.3.5-eth"
#define VERSION "5.3.6-eth"
#define PACKAGE_NAME "sgminer"
#define PACKAGE_TARNAME "sgminer"
#define PACKAGE_VERSION "5.3.5"
#define PACKAGE_STRING "sgminer 5.3.5"
#define PACKAGE_VERSION "5.3.6"
#define PACKAGE_STRING "sgminer 5.3.6"
#define PACKAGE "sgminer"

#define SGMINER_PREFIX ""
Expand Down

0 comments on commit 443fa27

Please sign in to comment.