summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-03-28 12:01:01 +1100
committer Vas Crabb <vas@vastheman.com>2018-03-28 12:01:01 +1100
commite70c9f99978570262cbaac33fed3518d393ce8e6 (patch)
tree3637b9ecab0af883077221a970ad61924a266e2c /makefile
parent010155a3c51aa80dcf736b52ec89ffd890f795ef (diff)
parente8f2016076bc1f3e4ee4de1475ad07ee09187bce (diff)
Merge tag 'mame0196'
MAME 0.196
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index dd3024c07db..62d830187be 100644
--- a/makefile
+++ b/makefile
@@ -1571,14 +1571,14 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.195"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.196"' > $@
@echo 'extern const char bare_build_version[];' >> $@
@echo 'extern const char build_version[];' >> $@
@echo 'const char bare_build_version[] = BARE_BUILD_VERSION;' >> $@
@echo 'const char build_version[] = BARE_BUILD_VERSION " ($(NEW_GIT_VERSION))";' >> $@
else
$(GENDIR)/version.cpp: $(GENDIR)/git_desc
- @echo #define BARE_BUILD_VERSION "0.195" > $@
+ @echo #define BARE_BUILD_VERSION "0.196" > $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char build_version[]; >> $@
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@