branch: elpa/gnuplot
commit c3e13f05ba82751724ad4b0c38c7055bf9f651f1
Author: joddie <[email protected]>
Commit: joddie <[email protected]>
change version number to 0.7beta to avoid any confusion
---
gnuplot.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnuplot.el b/gnuplot.el
index 21ef252..92a4e7c 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -6,7 +6,7 @@
;; Maintainer: Bruce Ravel <[email protected]>
;; Created: June 28 1998
;; Updated: October 05 2012
-;; Version: 0.7
+;; Version: 0.7-beta
;; Keywords: gnuplot, plotting
;; This file is not part of GNU Emacs.
@@ -407,7 +407,7 @@ real work."
(defconst gnuplot-maintainer-email "[email protected]")
(defconst gnuplot-maintainer-url
"http://github.com/bruceravel/gnuplot-mode/")
-(defconst gnuplot-version "0.7")
+(defconst gnuplot-version "0.7-beta")
(defgroup gnuplot nil
"Gnuplot-mode for Emacs."