diff options
| author | Eli Zaretskii | 2025-08-14 06:46:32 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2025-08-14 06:46:32 -0400 |
| commit | 34f35407eb2d6d5f977ae671058eb17aa80dd58b (patch) | |
| tree | f3c69173d6825bc54b798290425d24f94a39d053 /exec | |
| parent | 636f166cfc86aa90d63f592fd99f3fdd9ef95ebd (diff) | |
| download | emacs-34f35407eb2d6d5f977ae671058eb17aa80dd58b.tar.gz emacs-34f35407eb2d6d5f977ae671058eb17aa80dd58b.zip | |
Bump Emacs version to 30.2.50
* README:
* configure.ac:
* exec/configure.ac:
* java/AndroidManifest.xml.in (Version-code):
* nt/README.W32:
* msdos/sed2v2.inp: Bump Emacs version to 30.2.50.
* etc/NEWS: Add headers for Emacs 30.2.
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 40df33d5cfc..54875f1868f 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.2], [bug-gnu-emacs@gnu.org], [], | 25 | AC_INIT([libexec], [30.2.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. |