summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-06-25 23:48:25 -0700
committerGlenn Morris <rgm@gnu.org>2014-06-25 23:48:25 -0700
commitf387f870529694ada0335219143f6014171ec096 (patch)
tree9cefa5e88b5e976bec415cdb919e43cc9296d25a /configure.ac
parent9fc9c8c639226ec263df1f40a5801909dc52f590 (diff)
downloademacs-f387f870529694ada0335219143f6014171ec096.tar.gz
Bump version to 24.3.92
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 3d840a1b484..8e74f799ec9 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.91)
+AC_INIT(emacs, 24.3.92)
dnl We get MINGW64 with MSYS2
if test "x$MSYSTEM" = "xMINGW32" -o "x$MSYSTEM" = "xMINGW64"