diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-07-22 07:31:11 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-07-22 07:31:11 +0000 |
commit | 9f43812a07ea2f43f3c50cf06b49828eb2afb32a (patch) | |
tree | 9343d6c7e5aed198c2075834b91cb4dc569511e1 /package/ath9k | |
parent | b8eb34e5c3fc24af5748576786200befcff6312d (diff) | |
download | upstream-9f43812a07ea2f43f3c50cf06b49828eb2afb32a.tar.gz upstream-9f43812a07ea2f43f3c50cf06b49828eb2afb32a.tar.bz2 upstream-9f43812a07ea2f43f3c50cf06b49828eb2afb32a.zip |
bump ath9k package version number, too
SVN-Revision: 11903
Diffstat (limited to 'package/ath9k')
-rw-r--r-- | package/ath9k/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ath9k/Makefile b/package/ath9k/Makefile index b6c823f212..b4ddc6d1a1 100644 --- a/package/ath9k/Makefile +++ b/package/ath9k/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ath9k -PKG_VERSION:=20080720 +PKG_VERSION:=20080722 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |