Update gmhive_client
This commit is contained in:
parent
a5dea54919
commit
c421ee1785
@ -3,6 +3,6 @@
|
||||
{registered,[]},
|
||||
{included_applications,[]},
|
||||
{applications,[stdlib,kernel]},
|
||||
{vsn,"0.3.3"},
|
||||
{vsn,"0.3.5"},
|
||||
{modules,[gajumine,gmc_con,gmc_conf,gmc_gui,gmc_sup]},
|
||||
{mod,{gajumine,[]}}]}.
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
%%% @end
|
||||
|
||||
-module(gajumine).
|
||||
-vsn("0.3.3").
|
||||
-vsn("0.3.5").
|
||||
-behavior(application).
|
||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("QPQ AG <craigeverett@qpq.swiss>").
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
%%% @end
|
||||
|
||||
-module(gmc_con).
|
||||
-vsn("0.3.3").
|
||||
-vsn("0.3.5").
|
||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("QPQ AG <craigeverett@qpq.swiss>").
|
||||
-license("GPL-3.0-or-later").
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
%%% @end
|
||||
|
||||
-module(gmc_conf).
|
||||
-vsn("0.3.3").
|
||||
-vsn("0.3.5").
|
||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("QPQ AG <craigeverett@qpq.swiss>").
|
||||
-license("GPL-3.0-or-later").
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
%%% @end
|
||||
|
||||
-module(gmc_gui).
|
||||
-vsn("0.3.3").
|
||||
-vsn("0.3.5").
|
||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("QPQ AG <craigeverett@qpq.swiss>").
|
||||
-license("GPL-3.0-or-later").
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
%%% @end
|
||||
|
||||
-module(gmc_sup).
|
||||
-vsn("0.3.3").
|
||||
-vsn("0.3.5").
|
||||
-behaviour(supervisor).
|
||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("QPQ AG <craigeverett@qpq.swiss>").
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{name,"GajuMine"}.
|
||||
{type,gui}.
|
||||
{modules,[]}.
|
||||
{author,"Craig Everett"}.
|
||||
{prefix,"gmc"}.
|
||||
{desc,"Mining client for the Gajumaru Root"}.
|
||||
{author,"Craig Everett"}.
|
||||
{package_id,{"qpq","gajumine",{0,3,3}}}.
|
||||
{deps,[{"uwiger","gmhive_client",{0,8,3}},
|
||||
{package_id,{"qpq","gajumine",{0,3,5}}}.
|
||||
{deps,[{"uwiger","gmhive_client",{0,9,2}},
|
||||
{"uwiger","gmhive_protocol",{0,2,0}},
|
||||
{"uwiger","gmcuckoo",{1,2,4}},
|
||||
{"uwiger","gmhive_worker",{0,5,1}},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user