1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 10:22:48 +02:00

update version to 201012

This commit is contained in:
Xiangfu Liu 2010-12-23 21:26:37 +08:00
parent 0e92eb8bd7
commit 8ad5b58bf2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ AM_CFLAGS = -pedantic -Wall -W -DCFGDIR=\"$(cfgdir)\" -DDATADIR=\"$(pkgdatadir)\
xburst-tools_version.h:
echo -e '#ifndef XBURST_TOOLS_VERSION' \
'\n#define XBURST_TOOLS_VERSION "201007"' \
'\n#define XBURST_TOOLS_VERSION "201012"' \
'\n#endif' > xburst-tools_version.h
BUILT_SOURCES = xburst-tools_version.h

View File

@ -2,7 +2,7 @@ AM_CFLAGS = -pedantic -Wall -W -std=gnu99 -DDATADIR=\"$(pkgdatadir)\"
xbboot_version.h:
echo -e '#ifndef XBBOOT_VERSION' \
'\n#define XBBOOT_VERSION "201007"' \
'\n#define XBBOOT_VERSION "201012"' \
'\n#endif' > xbboot_version.h
BUILT_SOURCES = xbboot_version.h