Date:2010-09-25 09:55:58 (13 years 5 months ago)
Author:Xiangfu Liu
Commit:5f83781aaf9bc62c30321c2f6d624db033e0d55c
Message:change the version number to 201007.

the "201007-1" should be Debian Package Version.

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Files: INSTALL (1 diff)
usbboot/src/Makefile.am (1 diff)
xbboot/host-app/Makefile.am (1 diff)

Change Details

INSTALL
2121Buile Debian Package:
2222  Please read debian/README.source
2323
24Create Source tarball, for example, version is: '201007-1'
25  git archive -v --format=tar 201007-1 |bzip2 > ../xburst-tools_201007-1.tar.bz2
24Create Source tarball, for example, version is: '201007'
25  git archive -v --format=tar 201007 |bzip2 > ../xburst-tools_201007.tar.bz2
usbboot/src/Makefile.am
22
33xburst-tools_version.h:
44    echo -e '#ifndef XBURST_TOOLS_VERSION' \
5    '\n#define XBURST_TOOLS_VERSION "201007-1"' \
5    '\n#define XBURST_TOOLS_VERSION "201007"' \
66    '\n#endif' > xburst-tools_version.h
77BUILT_SOURCES = xburst-tools_version.h
88
xbboot/host-app/Makefile.am
22
33xbboot_version.h:
44    echo -e '#ifndef XBBOOT_VERSION' \
5    '\n#define XBBOOT_VERSION "201007-1"' \
5    '\n#define XBBOOT_VERSION "201007"' \
66    '\n#endif' > xbboot_version.h
77BUILT_SOURCES = xbboot_version.h
88

Archive Download the corresponding diff file



interactive