summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2015-03-08 15:42:28 +0100
committerNicolas Petton <nicolas@petton.fr>2015-03-08 16:17:36 +0100
commitb21a56ac91e39e75051ad07bb608c39af057adee (patch)
tree38e8d79628f7413af6e35e225e1d1f9f3af2fa17 /configure.ac
parent113fcc3b739d6a024e41a5727aeddca7aaf1cb81 (diff)
downloademacs-b21a56ac91e39e75051ad07bb608c39af057adee.tar.gz
Bump version to 24.4.91emacs-24.4.91
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 776b7a02931..209bae9eef9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.65)
-AC_INIT(emacs, 24.4.90)
+AC_INIT(emacs, 24.4.91)
dnl We get MINGW64 with MSYS2
if test "x$MSYSTEM" = "xMINGW32" -o "x$MSYSTEM" = "xMINGW64"