diff --git a/NEWS b/NEWS index 7e96dc83..7fbd24f0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +3.11.90 - "Bandoliers" +====================== + +- Fix compatibility with js24-based GJS +- Update for E4X removal (Dominique Leuenberger, Tim Lunn) +- Update FSF address (Daniel Mustieles) + 3.10.0 ====== diff --git a/configure.ac b/configure.ac index aeafa979..a1a70798 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.63) -AC_INIT([sushi],[3.10.0],[],[sushi]) +AC_INIT([sushi],[3.11.90],[],[sushi]) AC_CONFIG_HEADERS([config/config.h]) AC_CONFIG_SRCDIR([src/main.c])