diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-02-14 23:01:16 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-02-14 23:01:16 -0500 |
commit | 4648b91b097ad9f3dfbd8a988846293ea5a5c78c (patch) | |
tree | 697cf7c00cb27b10a1bb0fef7eaa489b1c32aa0b /configure.in | |
parent | 35a7fb0b751e71320b8dd749ac4d762bab372257 (diff) | |
download | emacs-4648b91b097ad9f3dfbd8a988846293ea5a5c78c.tar.gz |
Bump versio to 23.2.94.emacs-pretest-23.2.94
Regenerate release files.
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 3bb678284e3..a89d6d596de 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.93) +AC_INIT(emacs, 23.2.94) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) |