branch: externals/agitate commit 4bfed2fad19644ba9c71973c37e5a12a94aa0691 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use version 0 as we are still in development I thought "0.0.0" had the same meaning, but Stefan Monnier explained this technicality on the emacs-devel mailing list: <https://lists.gnu.org/archive/html/emacs-devel/2022-10/msg00024.html>. --- agitate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agitate.el b/agitate.el index 8281c7e53f..40731c075c 100644 --- a/agitate.el +++ b/agitate.el @@ -6,7 +6,7 @@ ;; Maintainer: Agitate Development <~protesilaos/agit...@lists.sr.ht> ;; URL: https://git.sr.ht/~protesilaos/agitate ;; Mailing-List: https://lists.sr.ht/~protesilaos/agitate -;; Version: 0.0.0 +;; Version: 0 ;; Package-Requires: ((emacs "28.1")) ;; Keywords: convenience, version control, git