mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
Merge pull request #5476 from Alcaro/master
Merge version.h, dist-cores.sh and version.all
This commit is contained in:
commit
cd45143ec6
@ -1,4 +1,4 @@
|
||||
include Makefile.version
|
||||
include version.all
|
||||
|
||||
DEBUG = 0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
include Makefile.version
|
||||
include version.all
|
||||
|
||||
#which compiler to build with - GCC or SNC
|
||||
#set to GCC for debug builds for use with debugger
|
||||
|
@ -1,4 +1,4 @@
|
||||
include Makefile.version
|
||||
include version.all
|
||||
|
||||
#which compiler to build with - GCC or SNC
|
||||
#set to GCC for debug builds for use with debugger
|
||||
|
@ -1,4 +1,4 @@
|
||||
include Makefile.version
|
||||
include version.all
|
||||
|
||||
DEBUG = 0
|
||||
HAVE_LOGGER = 0
|
||||
|
@ -1 +0,0 @@
|
||||
RARCH_VERSION = "1.6.7.0"
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
RARCH_VERSION=1.6.7
|
||||
source ../version.all
|
||||
PLATFORM=$1
|
||||
SALAMANDER=no
|
||||
MAKEFILE_GRIFFIN=no
|
||||
|
13
version.all
Normal file
13
version.all
Normal file
@ -0,0 +1,13 @@
|
||||
# /* 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
|
Loading…
x
Reference in New Issue
Block a user