]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/trampver.el: Update release number.
authorMichael Albinus <albinus@detlef>
Sun, 14 Mar 2010 20:10:47 +0000 (21:10 +0100)
committerMichael Albinus <albinus@detlef>
Sun, 14 Mar 2010 20:10:47 +0000 (21:10 +0100)
* doc/misc/trampver.texi: Update release number.

doc/misc/ChangeLog
doc/misc/trampver.texi
lisp/ChangeLog
lisp/net/trampver.el

index 3e491c42de9319642016d7d82735e323c71ee33f..1cf6cc8f6ffae85de6f2daf7ec73e09e279e5639 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
+
+       * trampver.texi: Update release number.
+
 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
 
        * faq.texi (Escape sequences in shell output): Note that ansi-color is
index 8456a1e0d11dda907a784183414c09155cdeb078..c8608edf6b6efba040dc513bab818438335cab63 100644 (file)
@@ -9,7 +9,7 @@
 @c In the Tramp CVS, the version number is auto-frobbed from
 @c configure.ac, so you should edit that file and run
 @c "autoconf && ./configure" to change the version number.
-@set trampver 2.1.18-pre
+@set trampver 2.1.18-23.2
 
 @c Other flags from configuration
 @set instprefix /usr/local
index 9142650765de89cd7e07aed82e3f52f23242131d..314af821736a3a7fd18e1a7254275c4693632306 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/trampver.el: Update release number.
+
 2010-03-13  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
index 9444787fc27e0c6efd4e14914696eeb30f927899..c5387a267226341b3d9da831390f6e8c6a5dbd03 100644 (file)
@@ -29,7 +29,7 @@
 ;; "autoconf && ./configure" to change them.  (X)Emacs version check is defined
 ;; in macro AC_EMACS_INFO of aclocal.m4; should be changed only there.
 
-(defconst tramp-version "2.1.18-pre"
+(defconst tramp-version "2.1.18-23.2"
   "This version of Tramp.")
 
 (defconst tramp-bug-report-address "tramp-devel@gnu.org"