1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
RetroArch/version.all
Autechre 06a2367008
Bump to version 1.9.14 (#13327)
* * Bump to version 1.9.14
* Don't have unused function when HAVE_CORE_INFO_CACHE is undefined

* Addition to CHANGES.md
2021-12-05 07:12:23 +01:00

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.9.14"
#endif
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "1.9.14"
#endif