diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-05-08 00:46:44 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-05-08 00:46:44 -0400 |
commit | 19ae0deb1c8c9475eb81daf7876cec5a44b5d5e0 (patch) | |
tree | 55b41aac7dcd1a456923d7e330015337b1fc13f6 /configure.in | |
parent | 61a808e8197bb47dad1a78d7b032268482c45a9c (diff) | |
download | emacs-19ae0deb1c8c9475eb81daf7876cec5a44b5d5e0.tar.gz |
Bump version to 23.2.50.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6ed14667cc0..7b681f6e6c2 100644 --- a/configure.in +++ b/configure.in @@ -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.62) -AC_INIT(emacs, 23.2) +AC_INIT(emacs, 23.2.50) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) |