From 7a3318f7eeedebb305de7ab119e91f51537e5a3d Mon Sep 17 00:00:00 2001 From: Rune Morling Date: Wed, 23 Oct 2024 18:59:25 +0200 Subject: [PATCH] Makefile: Set version to 1.7.0-pre1 We haven't yet hit all the targets in the 1.7.0 milestone, but we want to get the new code in that enables us to control the eopkg version used when calling `ypkg-install-deps`. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65528a9..a57fe0d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 1.7.0 +VERSION := 1.7.0-pre1 BINNAME := solbuild .PHONY: build