branch: master
commit e199434a2ba2e19f9854504bfb0cee22fcd03975
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Minor changes
* gcd-tests.el: fix botched name line 1 doc comment
* test-simple.el: go from 2-part to 3-part semantic version number
---
example/gcd-tests.el | 2 +-
test-simple.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/example/gcd-tests.el b/example/gcd-tests.el
index 173074d..b4e58d6 100644
--- a/example/gcd-tests.el
+++ b/example/gcd-tests.el
@@ -1,4 +1,4 @@
-;;; test-simple.el --- Simple Unit Test Framework for Emacs Lisp
+;;; gcd-tests.el
;; Copyright (C) 2015 Free Software Foundation, Inc
;; Author: Rocky Bernstein <[email protected]>
diff --git a/test-simple.el b/test-simple.el
index 26dbf54..408be8e 100644
--- a/test-simple.el
+++ b/test-simple.el
@@ -7,7 +7,7 @@
;; URL: http://github.com/rocky/emacs-test-simple
;; Keywords: unit-test
;; Package-Requires: ((cl-lib "0"))
-;; Version: 1.2
+;; Version: 1.2.0
;; This program is free software: you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as