diff options
author | Glenn Morris <rgm@gnu.org> | 2014-10-01 17:49:14 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-10-01 17:49:14 -0700 |
commit | ef9bcf3b409648f36c5745e22d147f50a144524f (patch) | |
tree | cda7969fd5470236d9ce929049820671d99e4f3b /configure.ac | |
parent | 801e7c232cc491264ef732b4d3b06da041d1ce05 (diff) | |
download | emacs-ef9bcf3b409648f36c5745e22d147f50a144524f.tar.gz |
Bump version to 24.3.94; regenerate ldefs-boot and AUTHORSemacs-24.3.94
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 0102551ece5..dd70700bacb 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.93) +AC_INIT(emacs, 24.3.94) dnl We get MINGW64 with MSYS2 if test "x$MSYSTEM" = "xMINGW32" -o "x$MSYSTEM" = "xMINGW64" |