diff options
| author | Stefan Kangas | 2025-02-23 20:39:42 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-02-23 20:39:42 +0100 |
| commit | 2db182ce0bd1c4fca0344c81eaebc442c98d3caf (patch) | |
| tree | 31cb0a44b09aa2c2339e0ad07baf159ab81400c4 /exec | |
| parent | 8ac894e2246f25d2a2a97d866b10e6e0b0fede5a (diff) | |
| download | emacs-2db182ce0bd1c4fca0344c81eaebc442c98d3caf.tar.gz emacs-2db182ce0bd1c4fca0344c81eaebc442c98d3caf.zip | |
Bump Emacs version to 30.1.50
* README:
* configure.ac:
* etc/NEWS:
* exec/configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version to 30.1.50.
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 c0a10124bc7..317872caa28 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.1], [bug-gnu-emacs@gnu.org], [], | 25 | AC_INIT([libexec], [30.1.50], [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-2025 Free Software Foundation, Inc. | 28 | AH_TOP([/* Copyright (C) 2024-2025 Free Software Foundation, Inc. |