RetroArch/version.all

14 lines
398 B
Plaintext
Raw Normal View History

# /* this file is a polyglot: it's valid C, Makefile and shell */
# /* this reduces the number of files to update when changing the version */
# /* files to change to update version: */
# /* - this one, obviously */
# /* - version.dtd */
# /* - pkg/snap/snapcraft.yaml (including the github url) */
#if 0
2020-06-19 14:02:08 +00:00
RARCH_VERSION="1.8.9"
#endif
#ifndef PACKAGE_VERSION
2020-06-19 14:02:08 +00:00
#define PACKAGE_VERSION "1.8.9"
#endif