diff --git a/TODO b/TODO index 109d1572b..59ac79d4a 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 3efdb1e25..02012b60f 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, pcpa@gnu.org, lightning) +AC_INIT([GNU lightning], 2.0.0, pcpa@gnu.org, 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 a016a09d5..5e2253ce1 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ @set UPDATED 24 January 2013 @set UPDATED-MONTH January 2013 -@set EDITION 1.99a -@set VERSION 1.99a +@set EDITION 2.0.0 +@set VERSION 2.0.0