- version information consolidated into version.h - removed strip from Makefile - updated PKGBUILD - fixed minor things in launcher.c - added header guards
8 lines
95 B
C
8 lines
95 B
C
#ifndef M2L_VERSION_H
|
|
#define M2L_VERSION_H
|
|
|
|
#define VER_MAJOR 0
|
|
#define VER_MINOR 3
|
|
|
|
#endif
|