diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-03-03 19:31:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-03-03 19:31:21 +0000 |
commit | 2fd364618ad469651d3f97b9b428636d2d9b7b23 (patch) | |
tree | dbaf2f37ee309fe777d0289a4cb7b31969662aaf | |
parent | b7377cbf3b4a3660155f3ea81fdf7f12e27b2bbe (diff) |
Update version
-rwxr-xr-x | debian/mksnapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mksnapshot b/debian/mksnapshot index 7a8c8d475..d4e6cd41f 100755 --- a/debian/mksnapshot +++ b/debian/mksnapshot @@ -3,7 +3,7 @@ topdir=$(pwd) today=$(date +%Y%m%d) -version=0.9.12 +version=0.9.19 dir=uclibc-${version}-cvs${today} mkdir -p ${topdir}/uclibc-tmp |