mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-07 18:30:25 +02:00
GNU lightning 2.0.0 release
This commit is contained in:
parent
b5763c42aa
commit
aa1e0be49b
3 changed files with 3 additions and 5 deletions
2
TODO
2
TODO
|
@ -4,7 +4,5 @@
|
||||||
(because it does not know about values being set as input
|
(because it does not know about values being set as input
|
||||||
for the the operation).
|
for the the operation).
|
||||||
|
|
||||||
* Write a bytecode backend for unsupported architectures.
|
|
||||||
|
|
||||||
* Write a simple higher level language implementation generating
|
* Write a simple higher level language implementation generating
|
||||||
jit with lightning, that could be some lisp or C like language.
|
jit with lightning, that could be some lisp or C like language.
|
||||||
|
|
|
@ -15,7 +15,7 @@ dnl License for more details.
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT([GNU lightning], 1.99a, pcpa@gnu.org, lightning)
|
AC_INIT([GNU lightning], 2.0.0, pcpa@gnu.org, lightning)
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
AC_CONFIG_SRCDIR([Makefile.am])
|
AC_CONFIG_SRCDIR([Makefile.am])
|
||||||
AM_INIT_AUTOMAKE([dist-bzip2])
|
AM_INIT_AUTOMAKE([dist-bzip2])
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@set UPDATED 24 January 2013
|
@set UPDATED 24 January 2013
|
||||||
@set UPDATED-MONTH January 2013
|
@set UPDATED-MONTH January 2013
|
||||||
@set EDITION 1.99a
|
@set EDITION 2.0.0
|
||||||
@set VERSION 1.99a
|
@set VERSION 2.0.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue