mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 10:15:19 +02:00
change the version number to 201007.
the "201007-1" should be Debian Package Version. Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
parent
9e192ed09a
commit
5f83781aaf
4
INSTALL
4
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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user