summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-10 16:18:46 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-10 16:18:46 (GMT)
commit84b2e651914a73c1e1e383809f7fd6f45156cff5 (patch)
tree39da8d2c43649b32dc9a28be923c8c191686596a
parent67e02293317ad066806ee14c2435ea421c79ca12 (diff)
Mark the version to be 0.0.1. First released snapshot.crosstool-ng-0.0.1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b2aeb1..c73292d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# Copyright 2006 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
# 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)