diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-04-19 21:29:37 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-04-19 21:29:37 -0400 |
commit | 958631c4cc36e766b98c05b05735cb83dce6fbb8 (patch) | |
tree | b2f6caf3bea3fa1436c550ee635cf835b34e2ac5 /configure.in | |
parent | aa5789b56b42c6fda3454c11f8c16b3e20a26db4 (diff) | |
download | emacs-958631c4cc36e766b98c05b05735cb83dce6fbb8.tar.gz |
Bump version to 23.1.96.emacs-pretest-23.1.96
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 d513705e495..2315c267052 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.1.95) +AC_INIT(emacs, 23.1.96) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) |