nestopia/source/fltkui/version.h
2025-03-23 09:32:48 -06:00

13 lines
252 B
C

#if 0
# this file is valid C, Makefile and shell
# this is the only file required to update when changing the version
# https://semver.org/
VERSION_MAJOR=1
VERSION_MINOR=53
VERSION_PATCH=1
#endif
#ifndef JG_VERSION
#define JG_VERSION "1.53.1"
#endif