diff options
author | David Schleef <ds@schleef.org> | 2002-04-06 22:22:37 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2002-04-06 22:22:37 +0000 |
commit | 57ea795aa2be86f68aa1f1516ad5b861889e9732 (patch) | |
tree | 7cda2c4a75c7e1e8fc076f88750416e1c9a70b31 /debian/mksnapshot | |
parent | f19b4d2f61aeafa443e45cee1229c9463e62fc8d (diff) |
Account for new upstream version. Fix shlibs, because they were
broken. Add INCLUDE_THREADS to Config.
Diffstat (limited to 'debian/mksnapshot')
-rwxr-xr-x | debian/mksnapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mksnapshot b/debian/mksnapshot index 38027ebff..cf086ce01 100755 --- a/debian/mksnapshot +++ b/debian/mksnapshot @@ -3,7 +3,7 @@ topdir=$(pwd) today=$(date +%Y%m%d) -version=0.9.9 +version=0.9.10 dir=uclibc-${version}-cvs${today} mkdir -p ${topdir}/uclibc-tmp |