diff options
| author | Andrea Corallo | 2024-12-19 00:48:19 +0100 |
|---|---|---|
| committer | Andrea Corallo | 2024-12-19 22:27:30 +0100 |
| commit | 9d93d717d58a41af29dec9cf80aa6b70b873c723 (patch) | |
| tree | 74172bf0aaa22574e8daec847e82c65992fed359 /exec | |
| parent | 8f8da2d78545ea74853fd9b8d2156f4f93a2324a (diff) | |
| download | emacs-9d93d717d58a41af29dec9cf80aa6b70b873c723.tar.gz emacs-9d93d717d58a41af29dec9cf80aa6b70b873c723.zip | |
* Bump Emacs version to 30.0.93
* nt/README.W32: Update Emacs version.
* msdos/sed2v2.inp: Likewise.
* exec/configure.ac: Likewise.
* configure.ac: Likewise.
* README: Likewise.
Diffstat (limited to 'exec')
| -rw-r--r-- | exec/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/configure.ac b/exec/configure.ac index b9d46434432..bc19cba4b05 100644 --- a/exec/configure.ac +++ b/exec/configure.ac | |||
| @@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License | |||
| 22 | dnl along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. | 22 | dnl along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 23 | 23 | ||
| 24 | AC_PREREQ([2.65]) | 24 | AC_PREREQ([2.65]) |
| 25 | AC_INIT([libexec], [30.0.92], [bug-gnu-emacs@gnu.org], [], | 25 | AC_INIT([libexec], [30.0.93], [bug-gnu-emacs@gnu.org], [], |
| 26 | [https://www.gnu.org/software/emacs/]) | 26 | [https://www.gnu.org/software/emacs/]) |
| 27 | 27 | ||
| 28 | AH_TOP([/* Copyright (C) 2024 Free Software Foundation, Inc. | 28 | AH_TOP([/* Copyright (C) 2024 Free Software Foundation, Inc. |