From 84b2e651914a73c1e1e383809f7fd6f45156cff5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 10 Apr 2007 16:18:46 +0000 Subject: [PATCH] Mark the version to be 0.0.1. First released snapshot. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b2aeb16..c73292d3 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Copyright 2006 Yann E. MORIN # The project version -export PROJECTVERSION=0.0.1-svn +export PROJECTVERSION=0.0.1 # This should eventually be computed if compiling out-of-tree is implemented export CT_TOP_DIR=$(shell pwd)