small fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20663 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2007-10-02 14:34:41 +00:00
parent 1c19a400e6
commit bb1ab57765

View File

@ -31,7 +31,7 @@ Invocation:
# Note that an empty lyx_branch variable (ie svn trunk)
# will "do the right thing".
lyx_version="1.5.2svn"
lyx_branch="BRANCH_1_5_x"
lyx_branch="BRANCH_1_5_X"
import os
import sys
@ -126,9 +126,9 @@ if __name__ == "__main__":
print """<?php
// The current version
\$lyx_version = "%s";
$lyx_version = "%s";
// The branch tag
\$branch_tag = "%s";
$branch_tag = "%s";
// The data itself
\$podata = array (%s