summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-11-28 06:12:23 +1100
committer Vas Crabb <vas@vastheman.com>2018-11-28 06:12:23 +1100
commitc6150e754289e07af2579c40cbc53d06115b9d8a (patch)
treed809b4bfee16452d7b22a462bb4476e0b622d955 /makefile
parentb47259fa0800d8fa22b28e3547865e83ba94702b (diff)
version bump (nw)mame0204
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index a1244b74efb..60655420859 100644
--- a/makefile
+++ b/makefile
@@ -1584,14 +1584,14 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.203"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.204"' > $@
@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.203" > $@
+ @echo #define BARE_BUILD_VERSION "0.204" > $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char build_version[]; >> $@
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@