mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
# /* 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
|
|
RARCH_VERSION="1.19.1"
|
|
#endif
|
|
#ifndef PACKAGE_VERSION
|
|
#define PACKAGE_VERSION "1.19.1"
|
|
#endif
|