branch: externals/urgrep
commit 229ae0bfb5ebd97d4bbbf1490d4931e996b52578
Author: Jim Porter <jporterb...@gmail.com>
Commit: Jim Porter <jporterb...@gmail.com>

    Use a version identifier compatible with 'version-to-string'
---
 urgrep-wgrep.el | 4 ++--
 urgrep.el       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/urgrep-wgrep.el b/urgrep-wgrep.el
index 80b1a1e687..125c8456b3 100644
--- a/urgrep-wgrep.el
+++ b/urgrep-wgrep.el
@@ -4,9 +4,9 @@
 
 ;; Author: Jim Porter
 ;; URL: https://github.com/jimporter/urgrep
-;; Version: 0.1-dev
+;; Version: 0.1-git
 ;; Keywords:
-;; Package-Requires: ((urgrep "0.1-dev"))
+;; Package-Requires: ((urgrep "0.1-git"))
 
 ;; This program is free software; you can redistribute it and/or modify it
 ;; under the terms of the GNU General Public License as published by the Free
diff --git a/urgrep.el b/urgrep.el
index ca72887642..ecca2e0eb7 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -4,7 +4,7 @@
 
 ;; Author: Jim Porter
 ;; URL: https://github.com/jimporter/urgrep
-;; Version: 0.1-dev
+;; Version: 0.1-git
 ;; Keywords:
 ;; Package-Requires: ((emacs "27.1") (project "0.2.0"))
 

Reply via email to