Skip to content

Commit

Permalink
Release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshavardhana committed Dec 13, 2014
1 parent 089900b commit b5fcd8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions NEWS
@@ -1,3 +1,8 @@
------------
Dec 12, 2014
* GNU Freetalk 4.0.1 released.
------------

------------
Dec 10, 2014
* GNU Freetalk 4.0 released.
Expand Down
8 changes: 4 additions & 4 deletions configure.ac
@@ -1,9 +1,9 @@
dnl Copyright 2005-2014 Freetalk Core Team
dnl GNU General Publicense v3 or later
dnl GNU General Public license v3 or later

dnl Process this file with autoconf to produce a configure script

AC_INIT([freetalk], [4.0], [https://github.com/GNUFreetalk/freetalk/issues])
AC_INIT([freetalk], [4.0.1], [https://github.com/GNUFreetalk/freetalk/issues])
AM_INIT_AUTOMAKE

AC_PREREQ([2.57])
Expand Down Expand Up @@ -85,8 +85,8 @@ if test "x$HAVE_LOUDMOUTH" == "xno"; then
fi

AC_ARG_ENABLE([facebook],
[AS_HELP_STRING([--disable-facebook], [disable facebook support])],
[],
[AS_HELP_STRING([--disable-facebook], [disable facebook support])],
[],
[enable_facebook=yes])

AS_IF([test "x$enable_facebook" = "xyes"], [
Expand Down

0 comments on commit b5fcd8b

Please sign in to comment.