1.56 release

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@750 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-08-13 21:34:25 +00:00
parent d4789c7cd6
commit b3158e9837
5 changed files with 32 additions and 2 deletions

View file

@ -121,6 +121,12 @@ all: mkdirs PicoDrive
include ../common/common_arm.mak
platform/common/menu.o : revision.h
revision.h:
@echo "#define REVISION \"`svn info | grep Revision | cut -c 11-`\"" > /tmp/r.tmp
@diff -q $@ /tmp/r.tmp > /dev/null 2>&1 || mv -f /tmp/r.tmp $@
# partial linking helps profiled builds due to section merging
PicoDrive.o : $(OBJS) ../common/helix/$(CROSS)helix-mp3.a
$(LD) -r -o $@ $^

View file

@ -1,2 +1,2 @@
#define VERSION "1.55"
#define VERSION "1.56"