From 5f83781aaf9bc62c30321c2f6d624db033e0d55c Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Sat, 25 Sep 2010 15:55:58 +0800 Subject: [PATCH] change the version number to 201007. the "201007-1" should be Debian Package Version. Signed-off-by: Xiangfu Liu --- INSTALL | 4 ++-- usbboot/src/Makefile.am | 2 +- xbboot/host-app/Makefile.am | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 0deab86..5189b06 100644 --- a/INSTALL +++ b/INSTALL @@ -21,5 +21,5 @@ Build and Installation: Buile Debian Package: Please read debian/README.source -Create Source tarball, for example, version is: '201007-1' - git archive -v --format=tar 201007-1 |bzip2 > ../xburst-tools_201007-1.tar.bz2 +Create Source tarball, for example, version is: '201007' + git archive -v --format=tar 201007 |bzip2 > ../xburst-tools_201007.tar.bz2 diff --git a/usbboot/src/Makefile.am b/usbboot/src/Makefile.am index 0c211c0..6a5c51f 100644 --- a/usbboot/src/Makefile.am +++ b/usbboot/src/Makefile.am @@ -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-1"' \ + '\n#define XBURST_TOOLS_VERSION "201007"' \ '\n#endif' > xburst-tools_version.h BUILT_SOURCES = xburst-tools_version.h diff --git a/xbboot/host-app/Makefile.am b/xbboot/host-app/Makefile.am index f0370e8..b850984 100644 --- a/xbboot/host-app/Makefile.am +++ b/xbboot/host-app/Makefile.am @@ -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-1"' \ + '\n#define XBBOOT_VERSION "201007"' \ '\n#endif' > xbboot_version.h BUILT_SOURCES = xbboot_version.h