FoenixToolbox/src/version.h
2024-08-27 18:34:08 -04:00

13 lines
151 B
C

/*
* Version numbers for the kernel
*/
#ifndef __VERSION_H
#define __VERSION_H
#define VER_MAJOR 1
#define VER_MINOR 0
#define VER_BUILD 4
#endif