Skip to content

Commit

Permalink
Add Makefile.version
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Sep 25, 2017
1 parent 5fe9a61 commit 5a7a54d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.openpandora
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RARCH_VERSION = "1.6.7.0"
include Makefile.version

DEBUG = 0

Expand Down
2 changes: 1 addition & 1 deletion Makefile.ps3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RARCH_VERSION = "1.6.7.0"
include Makefile.version

#which compiler to build with - GCC or SNC
#set to GCC for debug builds for use with debugger
Expand Down
2 changes: 1 addition & 1 deletion Makefile.ps3.cobra
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RARCH_VERSION = "1.6.7.0"
include Makefile.version

#which compiler to build with - GCC or SNC
#set to GCC for debug builds for use with debugger
Expand Down
2 changes: 1 addition & 1 deletion Makefile.psl1ght
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RARCH_VERSION = "1.6.7.0"
include Makefile.version

DEBUG = 0
HAVE_LOGGER = 0
Expand Down
1 change: 1 addition & 0 deletions Makefile.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
RARCH_VERSION = "1.6.7.0"

0 comments on commit 5a7a54d

Please sign in to comment.