RetroArch/version.all
twinaphex 33fad9ffa2 Revert "Bump up to version 1.6.8"
This reverts commit 9c4192c9c7.
2017-09-26 04:05:36 +02:00

14 lines
411 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.6.7"
#endif
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "1.6.7"
#endif