=begin Copyright (C) 2006 Sam Roberts This library is free software; you can redistribute it and/or modify it under the same terms as the ruby language itself, see the file COPYING for details. =end module Vpim PRODID = '-//Ensemble Independent//vPim 0.360//EN' VERSION = '0.360' # Return the API version as a string. def Vpim.version VERSION end end