Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuzzo committed Nov 14, 2012
1 parent 642c7cb commit 33fba5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mkcompile_h
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ UTS_TRUNCATE="cut -b -$UTS_LEN"

echo \#define UTS_VERSION \"`echo $UTS_VERSION | $UTS_TRUNCATE`\"

echo \#define LINUX_COMPILE_BY \"`echo Snuzzo`\"
echo \#define LINUX_COMPILE_HOST \"`echo Funky_v1.4`\"
echo \#define LINUX_COMPILE_BY \"`echo Funky`\"
echo \#define LINUX_COMPILE_HOST \"`echo v1.7`\"

echo \#define LINUX_COMPILER \"`$CC -v 2>&1 | tail -n 1`\"
) > .tmpcompile
Expand Down

0 comments on commit 33fba5c

Please sign in to comment.