Skip to content

Is there a way to get the CTRLR Release version from a LUA method? #646

Answered by dnaldoog
damiensellier asked this question in Q&A
Discussion options

You must be logged in to vote

Something like this?

local major, minor = utils.getVersionMajor(), utils.getVersionMinor()
        major = tonumber(major)
        minor = tonumber(minor)
        if major > 4 then
            if minor > 3 then ....

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@damiensellier
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@damiensellier
Comment options

@damiensellier
Comment options

@damiensellier
Comment options

Answer selected by damiensellier
Comment options

You must be logged in to vote
1 reply
@damiensellier
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants