RetroArch/version.all
twinaphex a078d40b80 Squashed 'libretro-common/' changes from edffe4d147..1548bee835
1548bee835 Update glsm
df7c8aebea Update glsm

git-subtree-dir: libretro-common
git-subtree-split: 1548bee835ab5fa2d120a4859ff653a5f128de1f
2018-06-25 23:55:40 +02:00

14 lines
398 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.7.3"
#endif
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "1.7.3"
#endif