branch: externals/gtags-mode
commit f108a46c6c03eb5e18c73a908c655071aa153a14
Author: Jimmy Aguilar Mena <[email protected]>
Commit: Jimmy Aguilar Mena <[email protected]>
Release version as not alpha anymore.
The code is stable and fully functional; so errors from now on will be
considered bugs and will be fixed in consequences. There are not
implementations features pending either.
---
gtags-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gtags-mode.el b/gtags-mode.el
index d822e70cea..1cfe41e3d7 100644
--- a/gtags-mode.el
+++ b/gtags-mode.el
@@ -5,7 +5,7 @@
;; Author: Jimmy Aguilar Mena
;; URL: https://github.com/Ergus/gtags-mode
;; Keywords: xref, project, imenu, gtags, global
-;; Version: 1.0-alpha
+;; Version: 1.0
;; Package-Requires: ((emacs "28"))
;; This program is free software: you can redistribute it and/or modify