# HG changeset patch
# User David Joyner <wdjoyner@gmail.com>
# Date 1224330221 14400
# Node ID 3dbc69c18a8f948cb8329eec19231e25aad1f57d
# Parent  86d16e3f23dfef06bf3a4c967b0772643850783a
one-liner suggesdted by Michael Abshoff - wdj

diff -r 86d16e3f23df -r 3dbc69c18a8f commontex/patchlevel.tex
--- a/commontex/patchlevel.tex	Thu Oct 16 03:39:16 2008 -0700
+++ b/commontex/patchlevel.tex	Sat Oct 18 07:43:41 2008 -0400
@@ -1,6 +1,6 @@
 % This file is generated by ../tools/getversioninfo;
 % do not edit manually.
 
-\release{2008.10.16}
+\release{3.1.4}
 \setreleaseinfo{}
-\setshortversion{2008.10.16}
+\setshortversion{3.1.4}
diff -r 86d16e3f23df -r 3dbc69c18a8f tut/tut.tex
--- a/tut/tut.tex	Thu Oct 16 03:39:16 2008 -0700
+++ b/tut/tut.tex	Sat Oct 18 07:43:41 2008 -0400
@@ -828,7 +828,7 @@
 sage: x = function('x',t)   # define x to be a function of that variable
 sage: DE = lambda y: diff(y,t) + y - 1
 sage: desolve(DE(x(t)), [x,t])
-'%e^-t*(%e^t+%c)'
+e^(-t)*(e^t + c)
 \end{verbatim}
 This uses \SAGE's interface to Maxima \cite{M}, and so its output may be
 a bit different from other \SAGE output.  In this case, this says that
