Renamed the whole project from Grendel (Beowulf's opponent) to Naegling (Beowulf's sword).
This commit is contained in:
parent
69d762645a
commit
114c64501a
10 changed files with 65 additions and 21 deletions
|
|
@ -1,14 +1,14 @@
|
|||
/**
|
||||
* version.h
|
||||
*
|
||||
* Grendel: a compiling Beowulf reimplementation.
|
||||
* Naegling: a compiling Beowulf reimplementation.
|
||||
*
|
||||
* (c) 2026 Simon Brooke <simon@journeyman.cc>
|
||||
* Licensed under GPL version 2.0, or, at your option, any later version.
|
||||
*/
|
||||
|
||||
#ifndef __grendel_version_h
|
||||
#define __grendel_version_h
|
||||
#ifndef __naegling_version_h
|
||||
#define __naegling_version_h
|
||||
|
||||
#define VERSIOM "Aelfhere"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue