branch: elpa/gnuplot
commit aefd4f671485fbcea42511ce79a7a60e5e0110a3
Author: joddie <[email protected]>
Commit: joddie <[email protected]>
Cleanup version numbers and copyright dates
---
gnuplot-context.el | 6 +++---
gnuplot.el | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnuplot-context.el b/gnuplot-context.el
index c615f75..18d8dcc 100644
--- a/gnuplot-context.el
+++ b/gnuplot-context.el
@@ -1,12 +1,12 @@
;;; gnuplot-context.el -- context-sensitive help and completion for gnuplot
-;; Copyright (C) 2012 Jon Oddie <[email protected]>
+;; Copyright (C) 2012-2013 Jon Oddie <[email protected]>
;; Author: Jon Oddie <[email protected]>
;; Maintainer: Jon Oddie <[email protected]>
;; Created: Wednesday, 08 February 2012
-;; Updated: Friday, 20 April 2012
-;; Version: 0.6.1
+;; Updated: Friday, 07 February 2013
+;; Version: 0.7.0
;; Keywords: gnuplot, plotting
;; This file is not part of GNU Emacs.
diff --git a/gnuplot.el b/gnuplot.el
index d789986..e7ffd30 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -6,7 +6,7 @@
;; Maintainer: Bruce Ravel <[email protected]>
;; Created: June 28 1998
;; Updated: November 1 2012
-;; Version: 0.7-beta
+;; Version: 0.7.0
;; Keywords: gnuplot, plotting
;; This file is not part of GNU Emacs.
@@ -296,7 +296,7 @@
;; 0.6.0 Dec 13 2002 <BR> Changed numbering scheme to accommodate
;; gnuplot packaging requirements
;; 0.6.1 Sep 13 2011 <BR> Moved to github, updated contact info
-;; 0.7 Oct 20 2012 <jjo> Contextual completion & help, inline plots,
+;; 0.7.0 Oct 20 2012 <jjo> Contextual completion & help, inline plots,
;; some other stuff
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;