guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 234/437: GNU lightning 2.0.0 release


From: Andy Wingo
Subject: [Guile-commits] 234/437: GNU lightning 2.0.0 release
Date: Mon, 2 Jul 2018 05:14:27 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit aa1e0be49b72b37520ecfd1d2ada04c133b91440
Author: pcpa <address@hidden>
Date:   Fri Aug 23 15:16:18 2013 -0300

    GNU lightning 2.0.0 release
---
 TODO             | 2 --
 configure.ac     | 2 +-
 doc/version.texi | 4 ++--
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/TODO b/TODO
index 109d157..59ac79d 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,5 @@
        (because it does not know about values being set as input
        for the the operation).
 
-       * Write a bytecode backend for unsupported architectures.
-
        * Write a simple higher level language implementation generating
        jit with lightning, that could be some lisp or C like language.
diff --git a/configure.ac b/configure.ac
index 3efdb1e..02012b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ dnl License for more details.
 dnl
 
 AC_PREREQ(2.57)
-AC_INIT([GNU lightning], 1.99a, address@hidden, lightning)
+AC_INIT([GNU lightning], 2.0.0, address@hidden, lightning)
 AC_CANONICAL_TARGET
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2])
diff --git a/doc/version.texi b/doc/version.texi
index a016a09..5e2253c 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
 @set UPDATED 24 January 2013
 @set UPDATED-MONTH January 2013
address@hidden EDITION 1.99a
address@hidden VERSION 1.99a
address@hidden EDITION 2.0.0
address@hidden VERSION 2.0.0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]