Description: Hardcode last-change date in user manual
Author: Thibaut Paumard
Origin: upstream
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797518
Applied-Upstream: 67dc38bcaba46606f51fc62ecda177093d643603
Last-Update: 2016-02-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
diff --git a/doc/user_guide/GyotoManual.tex b/doc/user_guide/GyotoManual.tex
index c774735..af1b294 100644
--- a/doc/user_guide/GyotoManual.tex
+++ b/doc/user_guide/GyotoManual.tex
@@ -58,8 +58,10 @@
 
 \vspace{0.5cm}
 
-\Large{Updated}
-\today
+% Let's enter the date manually.  Need to update it at least for each
+% release. Use git log to find out the last change to the user manual.
+\Large{Updated June 22, 2015}
+%\today
 
 \vspace{4cm}
 
