diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-03-11 12:17:33 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-03-11 12:17:33 -0500 |
commit | 5ef342304deceb61037a9eec17d6b0eb7ac978dd (patch) | |
tree | c6c6a67ae82b1e9c9ff658409b61d2fb51f20314 /configure.in | |
parent | 1e048ad1a60374ff026f021fe836c4f77a3fca60 (diff) | |
download | emacs-5ef342304deceb61037a9eec17d6b0eb7ac978dd.tar.gz |
Bump version to 23.3.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 275e8125ab3..cfb2a2eb7dc 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.3) +AC_INIT(emacs, 23.3.50) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) |