From 0bc73647b4e0cfeea1df00b4d6274b5cc1beb27c Mon Sep 17 00:00:00 2001 From: klugier Date: Sat, 22 Jun 2019 18:52:11 +0000 Subject: [PATCH] UppWeb: Change release variable to current (13068) in www.cpp git-svn-id: svn://ultimatepp.org/upp/trunk@13426 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/uppweb/www.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uppbox/uppweb/www.cpp b/uppbox/uppweb/www.cpp index 365395e64..3472cc028 100644 --- a/uppbox/uppweb/www.cpp +++ b/uppbox/uppweb/www.cpp @@ -842,7 +842,7 @@ CONSOLE_APP_MAIN if (outHtml) RealizeDirectory(targetdir); - if (outPdf) + if (outPdf) RealizeDirectory(pdfdir); Cout() << "Gather ref links " << uppsrc << "\n"; @@ -853,7 +853,7 @@ CONSOLE_APP_MAIN if (outHtml) SaveFile(AppendFileName(targetdir, "sdj.gif"), LoadFile(GetRcFile("sdj.gif"))); - String release = "11873"; + String release = "13068"; escape.Add("RELEASE", release); escape.Add("RELEASET", release); escape.Add("UPDATETIME", Format("%`", GetUtcTime()));