Browse Source

Change version in buildroot's makefile

Serj Kalichev 12 years ago
parent
commit
720e54997e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/buildroot/klish.mk

+ 1 - 1
contrib/buildroot/klish.mk

@@ -9,7 +9,7 @@ KLISH_VERSION:=HEAD
 KLISH_SITE:=http://klish.googlecode.com/svn/trunk
 KLISH_SITE_METHOD:=svn
 else
-KLISH_VERSION = 1.5.4
+KLISH_VERSION = 1.6.0
 KLISH_SOURCE = klish-$(KLISH_VERSION).tar.bz2
 KLISH_SITE = http://klish.googlecode.com/files
 endif