mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
UppWeb: Change release variable to current (13068) in www.cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@13426 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f310b63b88
commit
0bc73647b4
1 changed files with 2 additions and 2 deletions
|
|
@ -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()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue