1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 08:29:41 +02:00

update usbboot version

This commit is contained in:
Xiangfu Liu 2010-02-25 12:00:49 +08:00
parent 7fcb66d6eb
commit c7abbb787d

View File

@ -2,7 +2,7 @@ AM_CFLAGS = -pedantic -Wall -W -O1 -g3 -std=gnu99 -lusb -lconfuse -DCFGDIR=\"$(c
xburst-tools_version.h:
echo -e '#ifndef XBURST_TOOLS_VERSION' \
'\n#define XBURST_TOOLS_VERSION "20090630-1"' \
'\n#define XBURST_TOOLS_VERSION "201002-1"' \
'\n#endif' > xburst-tools_version.h
BUILT_SOURCES = xburst-tools_version.h