# HG changeset patch # User "Yann E. MORIN" # Date 1176221926 0 # Node ID 565d6d12f13974dbec80ae83c9af8311d7baa845 # Parent 97e44d892c924e88ca2580f29f635e4af8392ece Mark the version to be 0.0.1. First released snapshot. diff -r 97e44d892c92 -r 565d6d12f139 Makefile --- a/Makefile Tue Apr 10 16:17:39 2007 +0000 +++ b/Makefile Tue Apr 10 16:18:46 2007 +0000 @@ -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)