[pure-lang-svn] SF.net SVN: pure-lang: [109] pure/trunk
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-05-23 01:39:05
|
Revision: 109 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=109&view=rev Author: agraef Date: 2008-05-22 18:39:13 -0700 (Thu, 22 May 2008) Log Message: ----------- Bump version number. Modified Paths: -------------- pure/trunk/ChangeLog pure/trunk/Makefile Modified: pure/trunk/ChangeLog =================================================================== --- pure/trunk/ChangeLog 2008-05-23 01:24:21 UTC (rev 108) +++ pure/trunk/ChangeLog 2008-05-23 01:39:13 UTC (rev 109) @@ -1,5 +1,7 @@ 2008-05-23 Albert Graef <Dr....@t-...> + * Makefile: Bump version number. + * interpreter.cc: If there are any child environments, doeval and dodefn both create semi-permanent environments now, so that the child environments and the corresponding LLVM IR survive for the Modified: pure/trunk/Makefile =================================================================== --- pure/trunk/Makefile 2008-05-23 01:24:21 UTC (rev 108) +++ pure/trunk/Makefile 2008-05-23 01:39:13 UTC (rev 109) @@ -9,7 +9,7 @@ # installation time, you can also specify a DESTDIR path if you want to # install into a staging directory, e.g.: 'make install DESTDIR=$PWD/BUILD'. -version = 0.2 +version = 0.3 dist = pure-$(version) prefix = /usr/local This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |