Skip to content

Commit

Permalink
now working on mapnik 2.0.2-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Apr 9, 2012
1 parent 57347e9 commit 56d8f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mapnik/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
#ifndef MAPNIK_VERSION_HPP
#define MAPNIK_VERSION_HPP

#define MAPNIK_VERSION_IS_RELEASE 1
#define MAPNIK_VERSION_IS_RELEASE 0

#define MAPNIK_MAJOR_VERSION 2
#define MAPNIK_MINOR_VERSION 0
#define MAPNIK_PATCH_VERSION 1
#define MAPNIK_PATCH_VERSION 2

#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)

Expand Down

0 comments on commit 56d8f7a

Please sign in to comment.