mirror of
https://github.com/0ldsk00l/nestopia.git
synced 2025-04-02 10:31:51 -04:00
13 lines
252 B
C
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
|