diff options
author | Glenn Morris <rgm@gnu.org> | 2014-10-16 21:56:41 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-10-16 21:56:41 -0700 |
commit | 6743c1928e9e5110da5f7f9a61bcaeb15b68ddec (patch) | |
tree | 2a942c24ecd5a6e38ea7ef5c00034354ca2a131c /configure.ac | |
parent | affeda3b11005926d544a21e310f20d6a05f83de (diff) | |
download | emacs-6743c1928e9e5110da5f7f9a61bcaeb15b68ddec.tar.gz |
Bump version to 24.4
Regenerate ldefs-boot and AUTHORS
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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" |