{"identifier":88369,"topic":"Properties","name":"version","text":"<code>the version <\/code>[<code>of HyperCard<\/code>]<code> the long version <\/code>[<code>of HyperCard<\/code>]<code> the version of <i>stack<\/i> <br><br>\n\n <\/code>The<code> version <\/code>property returns the version number of the HyperCard application that is currently running. You can\u2019t<code> set <\/code>the<code> version<\/code>. <br><br>\n\n The<code> long version <\/code>returns an 8-digit number in the form<code> xxyyzzrr <\/code>as follows: <br>\n<br>\n<code>xx <\/code> The major revision number <code>yy <\/code> The minor revision number <code>zz <\/code> The software state, where        80 = final        60 = beta        40 = alpha        20 = development <code>rr <\/code> The release number <br><br>\n\n For example,<code> 02206044 <\/code>is version 2.2 beta release 44, and<code> 02208000 <\/code>is version 2.2 final. <br>\n","related":[],"examples":"if item 1 of the version of this stack < \"02208000\" then ...","demo":"<code><pre>on answerTheVersion\n  answer \"The version is:\" && the <b>version<\/b> & return &\u00ac\n  \"The long version is:\" && the <b>long version<\/b>\nend answerTheVersion<\/pre><\/code>\n ","debug":{"9":["the version [of Hype"],"10":["xx  The major revisi"]}}