From c7abbb787dc5ecc967c0e942c0df9acfd0a3224f Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 25 Feb 2010 12:00:49 +0800 Subject: [PATCH] update usbboot version --- usbboot/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbboot/src/Makefile.am b/usbboot/src/Makefile.am index a26f03b..06a1681 100644 --- a/usbboot/src/Makefile.am +++ b/usbboot/src/Makefile.am @@ -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