15 lines
299 B
C
15 lines
299 B
C
/**
|
|
* version.h
|
|
*
|
|
* 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 __naegling_version_h
|
|
#define __naegling_version_h
|
|
|
|
#define VERSIOM "Aelfhere"
|
|
|
|
#ifndef
|