diff options
| author | Eli Zaretskii | 2025-05-18 05:08:31 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2025-05-18 05:08:31 -0400 |
| commit | 4c110212604d5d825abe95418db5dd822b7e9375 (patch) | |
| tree | 7d1ec837a5ee03c09aee82d3eee37af713979211 /exec | |
| parent | 299d3a440121ff6692a85615ff97e6ad4dde91db (diff) | |
| download | emacs-4c110212604d5d825abe95418db5dd822b7e9375.tar.gz emacs-4c110212604d5d825abe95418db5dd822b7e9375.zip | |
; Bump Emacs version to 30.1.90
* README:
* configure.ac:
* exec/configure.ac:
* java/AndroidManifest.xml.in (Version-code):
* nt/README.W32:
* msdos/sed2v2.inp: Bump Emacs version to 30.1.90.
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 317872caa28..c66c7276d8c 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.50], [bug-gnu-emacs@gnu.org], [], | 25 | AC_INIT([libexec], [30.1.90], [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. |