diff options
author | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-27 06:02:30 +0000 |
---|---|---|
committer | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-27 06:02:30 +0000 |
commit | b42622d831fe2a46f4a70efd145e6ccfef8a0fea (patch) | |
tree | 74ead10dc5981f9316ca49035c4b7bbc46b1f095 | |
parent | 28b23cf59c9031e09c878c6e7278aa510bff04a9 (diff) |
[package] block-mount block-extroot: Bump packages versions forgetten during previous two commits
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26313 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/block-extroot/Makefile | 2 | ||||
-rw-r--r-- | package/block-mount/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/block-extroot/Makefile b/package/block-extroot/Makefile index 05d5e18a1..3b3ce68ca 100644 --- a/package/block-extroot/Makefile +++ b/package/block-extroot/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=block-extroot PKG_VERSION:=0.0.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile index 993a75216..267a200db 100644 --- a/package/block-mount/Makefile +++ b/package/block-mount/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=block-mount PKG_VERSION:=0.1.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 include $(INCLUDE_DIR)/package.mk |