diff --git a/NEWS.md b/NEWS.md index 6c14b07c3..94c422415 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,12 +1,12 @@ # Change Log -## [6.2.37b.1](https://github.com/sympa-community/sympa/tree/6.2.37b.1) +## [6.2.37b.1](https://github.com/sympa-community/sympa/tree/6.2.37b.1) (2018-10-06) [Full Changelog](https://github.com/sympa-community/sympa/compare/6.2.36...6.2.37b.1) **Implemented enhancements:** -- Adding ARC support [\#153](https://github.com/sympa-community/sympa/issues/153) --- Under beta test +- Adding ARC support [\#153](https://github.com/sympa-community/sympa/issues/153) --- Under beta testing **Fixed bugs:** diff --git a/configure.ac b/configure.ac index 467766bed..3075030fa 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ # along with this program. If not, see . AC_PREREQ(2.60) -AC_INIT(sympa, 6.2.36, sympa-developpers@listes.renater.fr) +AC_INIT(sympa, 6.2.37b.1, sympa-developpers@listes.renater.fr) AM_INIT_AUTOMAKE([foreign -Wall -Werror 1.9 tar-pax]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_PO_SUBDIRS