diff options
author | Chong Yidong <cyd@gnu.org> | 2012-08-15 21:26:30 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-08-15 21:26:30 +0800 |
commit | b6928595db69a78f1cc9a69ae5ba1238b38c0d43 (patch) | |
tree | 5ade7fb83a4b6217e10e0804e71c26e5d42b1743 /configure.ac | |
parent | 5bf192caba07684c4fda7a230e4d1afb5ed49664 (diff) | |
download | emacs-b6928595db69a78f1cc9a69ae5ba1238b38c0d43.tar.gz |
Bump version to 24.2.50
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 408413f2c07..92fb5f8413b 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.1.50) +AC_INIT(emacs, 24.2.50) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) AC_CONFIG_AUX_DIR(build-aux) |