FoenixToolbox/src/version.h

13 lines
152 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
#define VER_BUILD 17
2024-06-09 10:50:06 -04:00
#endif