aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBozhidar Batsov <[email protected]>2017-09-12 12:30:04 +0200
committerBozhidar Batsov <[email protected]>2017-09-12 12:30:04 +0200
commit7751d48bdaf4d7faacd597ab9835fbdc898f49b0 (patch)
treef99583fb1f2faae12e6ba211cac938997a6d033c
parentd139b9e938de68876d22f47569d2b3610a60255f (diff)
downloadotp-7751d48bdaf4d7faacd597ab9835fbdc898f49b0.tar.gz
otp-7751d48bdaf4d7faacd597ab9835fbdc898f49b0.tar.bz2
otp-7751d48bdaf4d7faacd597ab9835fbdc898f49b0.zip
Update the version to 2.8.0
-rw-r--r--lib/tools/emacs/erlang.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el
index 733f9c3c09..527915f724 100644
--- a/lib/tools/emacs/erlang.el
+++ b/lib/tools/emacs/erlang.el
@@ -4,7 +4,7 @@
;; Author: Anders Lindgren
;; Keywords: erlang, languages, processes
;; Date: 2011-12-11
-;; Version: 2.8.0-cvs
+;; Version: 2.8.0
;; Package-Requires: ((emacs "24.1"))
;; %CopyrightBegin%
@@ -84,7 +84,7 @@
"The Erlang programming language."
:group 'languages)
-(defconst erlang-version "2.8.0-snapshot"
+(defconst erlang-version "2.8.0"
"The version number of Erlang mode.")
(defcustom erlang-root-dir nil