diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-06-19 17:10:49 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-06-19 17:10:49 +0000 |
commit | 2bb4a75381cc916d4e437df6c0090af0a854ad8b (patch) | |
tree | 012ffcfdacf05603e4b9f766610ea8ad9914150f /configure.in | |
parent | c08ab656b03edb786246b68c0873147fdfae6a6a (diff) | |
download | emacs-2bb4a75381cc916d4e437df6c0090af0a854ad8b.tar.gz |
Bump version number to 23.0.95.emacs-pretest-23.0.95
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 a70ea1606df..c36e9aa0599 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.61) -AC_INIT(emacs, 23.0.94) +AC_INIT(emacs, 23.0.95) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) |