summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-10-16 21:56:41 -0700
committerGlenn Morris <rgm@gnu.org>2014-10-16 21:56:41 -0700
commit6743c1928e9e5110da5f7f9a61bcaeb15b68ddec (patch)
tree2a942c24ecd5a6e38ea7ef5c00034354ca2a131c /configure.ac
parentaffeda3b11005926d544a21e310f20d6a05f83de (diff)
downloademacs-6743c1928e9e5110da5f7f9a61bcaeb15b68ddec.tar.gz
Bump version to 24.4
Regenerate ldefs-boot and AUTHORS
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 185518b16a8..458648e00a4 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.3.94)
+AC_INIT(emacs, 24.4)
dnl We get MINGW64 with MSYS2
if test "x$MSYSTEM" = "xMINGW32" -o "x$MSYSTEM" = "xMINGW64"