summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-05-11 23:11:08 -0700
committerGlenn Morris <rgm@gnu.org>2014-05-11 23:11:08 -0700
commit5c06e5e75844ea492ac5ce87695950006aa35a4f (patch)
tree4d0975979e4d645f387576ed43ffa4740e6c8ce0 /configure.ac
parent45d2587daf5fa76b7a2d077dba56b82e8e2b2ab3 (diff)
downloademacs-5c06e5e75844ea492ac5ce87695950006aa35a4f.tar.gz
Bump version to 24.3.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 8b042d23e3c..91c1e511ee2 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.90)
+AC_INIT(emacs, 24.3.91)
dnl We get MINGW64 with MSYS2
if test "x$MSYSTEM" = "xMINGW32" -o "x$MSYSTEM" = "xMINGW64"