summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-09-02 15:43:27 +0000
committerpaltherr <paltherr@epfl.ch>2003-09-02 15:43:27 +0000
commit155189bcfa95266320418b38992e46ea0d5140f0 (patch)
treeffdd4df024c34c9f0f658d79deb1974e27127c5e /Makefile.config
parentfbb6cebf1dffff37067518b765cc2ee6e8d19a62 (diff)
downloadscala-155189bcfa95266320418b38992e46ea0d5140f0.tar.gz
scala-155189bcfa95266320418b38992e46ea0d5140f0.tar.bz2
scala-155189bcfa95266320418b38992e46ea0d5140f0.zip
- Added PROJECT_VERSION
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index 3c33aa1af5..e16a2361a8 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -12,6 +12,7 @@
# Project setup
PROJECT_NAME ?= scala
+PROJECT_VERSION ?= development version
PROJECT_ROOT ?= $(ROOT)
PROJECT_BINARYDIR ?= $(PROJECT_ROOT)/bin
PROJECT_CONFIGDIR ?= $(PROJECT_ROOT)/config