summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2014-10-22 09:10:41 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2014-10-22 09:10:41 -0400
commitbdc9a8b5acdffe0acd6360b1cade8ff732df3e76 (patch)
tree6859cfda3a17af1278937a37d9bccc5687b05440 /configure.ac
parent1a7aa3ce7fe32955f45ba8cfee2ccaf4a0770395 (diff)
downloademacs-bdc9a8b5acdffe0acd6360b1cade8ff732df3e76.tar.gz
* configure.ac: Bump version to 24.4.51 to avoid ambiguity with the old
trunk's 24.4.50.
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 42bf7e8f316..1d28161b386 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.4.50)
+AC_INIT(emacs, 24.4.51)
dnl We get MINGW64 with MSYS2
if test "x$MSYSTEM" = "xMINGW32" -o "x$MSYSTEM" = "xMINGW64"