From: Jeremy Kerr Date: Thu, 10 Jan 2008 23:52:21 +0000 (+1100) Subject: Version 0.2 X-Git-Tag: v1.0.0~958 X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=a3aad20c4c55f14e5ac8061ca0ec30d1762c2fd0;hp=469642a52fc3f3f1ffd3f29ae16286876500ff9a Version 0.2 We don't need a major.minor.patch version string, jsut major.minor is fine. Signed-off-by: Jeremy Kerr --- 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