From c3e13f05ba82751724ad4b0c38c7055bf9f651f1 Mon Sep 17 00:00:00 2001 From: joddie Date: Thu, 11 Oct 2012 18:52:06 +0100 Subject: [PATCH] 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 ;; 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 "ravel@phys.washington.edu") (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."