updated version string to 0.0.13

git-svn-id: http://svn.osgeo.org/qgis/trunk@320 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2003-12-06 04:21:07 +00:00
parent c19234c2be
commit d6dcd8308d

View File

@ -9,14 +9,14 @@
* This API documentation provides information about all classes that make up QGis.
*
*/
/* $Id */
/* $Id$ */
namespace QGis
{
// Version constants
//
// Version string
static const char *qgisVersion = "0.0.13 pre 1 - November 2003";
static const char *qgisVersion = "0.0.13 - December 2003";
// Version number used for comparing versions using the "Check QGIS Version" function
static const int qgisVersionInt = 13;