module PG

def self.version_string( include_buildnum=nil )

+include_buildnum+ is no longer used and any value passed will be ignored.

Get the PG library version.
def self.version_string( include_buildnum=nil )
	"%s %s" % [ self.name, VERSION ]
end