Module versionInfo
[hide private]
[frames] | no frames]

Module versionInfo

source code

Functions [hide private]
 
_updateVersionFromVCS()
Update the version from version control system metadata if possible.
source code
Variables [hide private]
  name = "NVDA"
  longName = _("NonVisual Desktop Access")
  description = _("A free and open source screen reader for Micr...
  url = "http://www.nvda-project.org/"
  copyrightYears = "2006-2011"
  copyright = _("Copyright (C) {years} NVDA Contributors").forma...
  aboutMessage = _(u"""{longName} ({name...
  isTestVersion = not version [0].isdigit() or "alpha" in versio...
Variables Details [hide private]

description

Value:
_("A free and open source screen reader for Microsoft Windows")

copyright

Value:
_("Copyright (C) {years} NVDA Contributors").format(years= copyrightYe\
ars)

aboutMessage

Value:
_(u"""{longName} ({name})
Version: {version}
URL: {url}
{copyright}

{name} is covered by the GNU General Public License (Version 2). You a\
re free to share or change this software in any way you like as long a\
s it is accompanied by the license and you make all source code availa\
...

isTestVersion

Value:
not version [0].isdigit() or "alpha" in version or "beta" in version o\
r "dev" in version