12 lines
252 B
C
12 lines
252 B
C
/**
|
|
* version.h
|
|
*
|
|
* Just the version number. There's DEFINITELY a better way to do this!
|
|
*
|
|
*
|
|
* (c) 2017 Simon Brooke <simon@journeyman.cc>
|
|
* Licensed under GPL version 2.0, or, at your option, any later version.
|
|
*/
|
|
|
|
#define VERSION "0.0.2"
|