FoenixToolbox/src/version.h
2024-09-10 21:49:39 -04:00

13 lines
152 B
C

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