def showver():
#
# How to display the web2py version
#
# The web2py version number is automatically shown when
# web2py starts, but you can also display it from within
# a web2py program.
#
# Note: Other related variables are ProgramAuthor and ProgramName
#
#
# By Sterling Hankins 05/24/2008
#
import gluon.widget
#
return gluon.widget.ProgramVersion