mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-27 19:40:10 +00:00
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:
parent
1c19a400e6
commit
bb1ab57765
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user