diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | ebuild-mode.el | 2 | ||||
-rw-r--r-- | ebuild-mode.texi | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2024-08-29 Ulrich Müller <ulm@gentoo.org> + * Version 1.75 released. + * test/ebuild-mode-tests.el (ebuild-mode-test-run-with-fixed-time): * test/glep-mode-tests.el (glep-mode-test-run-with-fixed-time): Use encode-time instead of date-to-time. Bug 938666. diff --git a/ebuild-mode.el b/ebuild-mode.el index 9a8aa86..1116213 100644 --- a/ebuild-mode.el +++ b/ebuild-mode.el @@ -7,7 +7,7 @@ ;; Christian Faulhammer <fauli@gentoo.org> ;; Ulrich Müller <ulm@gentoo.org> ;; Maintainer: <emacs@gentoo.org> -;; Version: 1.74 +;; Version: 1.75 ;; Keywords: languages, processes ;; This file is free software: you can redistribute it and/or modify diff --git a/ebuild-mode.texi b/ebuild-mode.texi index c50d6c1..6d810cd 100644 --- a/ebuild-mode.texi +++ b/ebuild-mode.texi @@ -26,7 +26,7 @@ later version published by the Free Software Foundation. @titlepage -@title ebuild-mode 1.74 +@title ebuild-mode 1.75 @subtitle Major mode for ebuilds and eclasses in Gentoo @author Christian Faulhammer @author Ulrich Müller |