From a3aad20c4c55f14e5ac8061ca0ec30d1762c2fd0 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 11 Jan 2008 10:52:21 +1100 Subject: [PATCH] Version 0.2 We don't need a major.minor.patch version string, jsut major.minor is fine. Signed-off-by: Jeremy Kerr --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b26cb28..2da6f86 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PREFIX?=/usr -VERSION=0.0.1 +VERSION=0.2 PACKAGE=petitboot CC=gcc INSTALL=install -- 2.39.2