summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-11-05 16:26:34 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-11-05 16:26:34 +0000
commit9fcd799b98c3db7c281b68e587a1932f47e8807d (patch)
treef139daa3e8d3da0f8cf20781ea1e155c2fe677b5 /Makefile
parent3a3e50e3dbd2c2042212efbb7ae166a03df153a6 (diff)
downloadbusybox-w32-9fcd799b98c3db7c281b68e587a1932f47e8807d.tar.gz
busybox-w32-9fcd799b98c3db7c281b68e587a1932f47e8807d.tar.bz2
busybox-w32-9fcd799b98c3db7c281b68e587a1932f47e8807d.zip
webpage: fix typo, remove inconsistent trailing dots
Makefile: version is 1.9.0.svn now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6587d901e..cfa1acad9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 1 1VERSION = 1
2PATCHLEVEL = 8 2PATCHLEVEL = 9
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = 4EXTRAVERSION = .svn
5NAME = Unnamed 5NAME = Unnamed
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*