Skip to content

Commit

Permalink
Merge pull request #232 from fancyIX/feature/#202
Browse files Browse the repository at this point in the history
Feature/#202
  • Loading branch information
fancyIX committed May 4, 2021
2 parents 0426ac7 + 2040ee6 commit 5925fe9
Show file tree
Hide file tree
Showing 10 changed files with 932 additions and 79 deletions.
Binary file modified bin-kernel/alliumBaffingw256l4.bin
Binary file not shown.
Binary file modified bin-kernel/alliumBaffingw256l8.bin
Binary file not shown.
Binary file modified bin-kernel/alliumEllesmeregw256l4.bin
Binary file not shown.
Binary file modified bin-kernel/alliumEllesmeregw256l8.bin
Binary file not shown.
Binary file modified bin-kernel/alliumgfx900gw256l4.bin
Binary file not shown.
Binary file modified bin-kernel/alliumgfx900gw256l8.bin
Binary file not shown.
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], [0])
m4_define([v_min], [7])
m4_define([v_mic], [4])
m4_define([v_mic], [5])
m4_define([v_rev], [0])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
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

0 comments on commit 5925fe9

Please sign in to comment.