summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-03-28 01:21:46 +1100
committer Vas Crabb <vas@vastheman.com>2018-03-28 01:21:46 +1100
commite8f2016076bc1f3e4ee4de1475ad07ee09187bce (patch)
tree8a0bdafd3661cdc8016effa657acdc5e97bc4c6c /makefile
parentedd932d78e74dd302f42ab81bd5662ee7ae592a2 (diff)
version bump (nw)mame0196
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 8e46e9133f2..41e0e299a2a 100644
--- a/makefile
+++ b/makefile
@@ -1566,14 +1566,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; >> $@