@Version (Formula Language)

Returns the release number of the Notes/Domino software you're running.

Syntax

@Version

Return value

versionNumber

Text. The release number.

Usage

In column, selection, mail agent, and scheduled agent formulas, @Version returns the release number of the Notes/Domino server or workstation containing the database. In all other formulas, @Version returns the release number of the Notes/Domino workstation running the formula.

The following table maps the numbers returned by @Version to each Notes/Domino version.

Number Returned by @Version

Corresponding Notes/Domino version

114

Notes® 3.x

136

Notes 4.0, 4.0x

138

Notes 4.1, 4.1x

145

Notes 4.5, 4.5x

147

Notes 4.6

166

Notes 5.0, 5.0x

190

Notes 6.0, 6.0.1

191

Notes 6.0.2

194

Notes 6.0.3, 6.5

198

Notes 6.5.5

199

Notes 6.5.6

256

Notes 7.0

261

Notes 7.0.1

265

Notes 7.0.2

266

Notes 7.0.3

307

Notes 8.0

322

Notes 8.0.1

323

Notes 8.0.2

359

Notes 8.5

368

Notes 8.5.1

Note the following:

  • @Version returns the same number for all releases of Notes 3.x.
  • @Version doesn't distinguish between the maintenance releases of Notes 4.x.

Language cross-reference

NotesBuildVersion property of LotusScript® NotesSession class

NotesVersion property of LotusScript NotesSession class

NotesVersion property of Java™ Session class