FoenixToolbox/src/version.h

13 lines
151 B
C
Raw Normal View History

2024-06-09 10:50:06 -04:00
/*
* Version numbers for the kernel
*/
#ifndef __VERSION_H
#define __VERSION_H
#define VER_MAJOR 1
#define VER_MINOR 0
2024-08-27 18:34:08 -04:00
#define VER_BUILD 4
2024-06-09 10:50:06 -04:00
#endif