aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-11-13 22:03:12 +0200
committerEli Zaretskii2015-11-13 22:03:12 +0200
commit84c7b3879c7a720693064bc5057fcb8f218235ad (patch)
tree6ebca8a9b947b9bd61b1ed08bfbd2a3b702c609a
parentda05685d0b5d0d39aa774e7b236bf4d1ed4c64f5 (diff)
parent26e7624b234f350a1f483d6fe0be8c30cca03008 (diff)
downloademacs-84c7b3879c7a720693064bc5057fcb8f218235ad.tar.gz
emacs-84c7b3879c7a720693064bc5057fcb8f218235ad.zip
Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emacs into emacs-25
-rw-r--r--doc/misc/trampver.texi2
-rw-r--r--lisp/net/trampver.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi
index dccf3175386..a3032190909 100644
--- a/doc/misc/trampver.texi
+++ b/doc/misc/trampver.texi
@@ -8,7 +8,7 @@
8@c In the Tramp GIT, the version number is auto-frobbed from 8@c In the Tramp GIT, the version number is auto-frobbed from
9@c configure.ac, so you should edit that file and run 9@c configure.ac, so you should edit that file and run
10@c "autoconf && ./configure" to change the version number. 10@c "autoconf && ./configure" to change the version number.
11@set trampver 2.2.13-pre 11@set trampver 2.2.13-25.1
12 12
13@c Other flags from configuration 13@c Other flags from configuration
14@set instprefix /usr/local 14@set instprefix /usr/local
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el
index 5c42f3a828a..04046c5ee7d 100644
--- a/lisp/net/trampver.el
+++ b/lisp/net/trampver.el
@@ -31,7 +31,7 @@
31;; should be changed only there. 31;; should be changed only there.
32 32
33;;;###tramp-autoload 33;;;###tramp-autoload
34(defconst tramp-version "2.2.13-pre" 34(defconst tramp-version "2.2.13-25.1"
35 "This version of Tramp.") 35 "This version of Tramp.")
36 36
37;;;###tramp-autoload 37;;;###tramp-autoload