From 5f81a8dec32cc1f3d450b02cb32fc92e91c04610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Tue, 15 Feb 2011 22:41:12 +0100 Subject: [PATCH] gforth: bump version number (this version already distributed via release?) --- gforth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gforth/Makefile b/gforth/Makefile index 3bfdabe..ff6f6ce 100644 --- a/gforth/Makefile +++ b/gforth/Makefile @@ -18,7 +18,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gforth PKG_SNAPSHOT_DATE=20100918 PKG_VERSION=0.7.0-$(PKG_SNAPSHOT_DATE) -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_BUILD_DEPENDS:= gforth/host libltdl/host libtool/host libffi PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)