diff options
| author | Po Lu | 2024-09-11 13:26:17 +0800 |
|---|---|---|
| committer | Po Lu | 2024-09-11 13:26:17 +0800 |
| commit | 69e1aca041c57ba425425d31471e1c8f86d3bf04 (patch) | |
| tree | 76b0ebb55a3e9900a1a4457a84c74ddbdf8c55e5 /exec | |
| parent | a139c3d6d888219bb3cb3c0c5a3eb6268c9b7a29 (diff) | |
| download | emacs-69e1aca041c57ba425425d31471e1c8f86d3bf04.tar.gz emacs-69e1aca041c57ba425425d31471e1c8f86d3bf04.zip | |
; * exec/configure.ac: Update version.
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 41c4c8b5d42..634daa7906a 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.90], [bug-gnu-emacs@gnu.org], [], | 25 | AC_INIT([libexec], [31.0.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 Free Software Foundation, Inc. | 28 | AH_TOP([/* Copyright (C) 2024 Free Software Foundation, Inc. |