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()));