Browse Source

Buildroot's make file contain 1.4.1 version as stable

git-svn-id: https://klish.googlecode.com/svn/trunk@372 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 13 years ago
parent
commit
74f5f117ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/buildroot/package/klish/klish.mk

+ 1 - 1
contrib/buildroot/package/klish/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.4.0
+KLISH_VERSION = 1.4.1
 KLISH_SOURCE = klish-$(KLISH_VERSION).tar.bz2
 KLISH_SITE = http://klish.googlecode.com/files
 endif