Skip to content

Commit

Permalink
setting up for mapnik 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Apr 9, 2012
1 parent 862bd54 commit 5cd3cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ if not preconfigured:
# fetch the mapnik version header in order to set the
# ABI version used to build libmapnik.so on linux in src/build.py
abi = conf.GetMapnikLibVersion()
abi_fallback = "2.0.1-pre"
abi_fallback = "2.0.1"
if not abi:
color_print(1,'Problem encountered parsing mapnik version, falling back to %s' % abi_fallback)
abi = abi_fallback
Expand Down
2 changes: 1 addition & 1 deletion include/mapnik/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef MAPNIK_VERSION_HPP
#define MAPNIK_VERSION_HPP

#define MAPNIK_VERSION_IS_RELEASE 0
#define MAPNIK_VERSION_IS_RELEASE 1

#define MAPNIK_MAJOR_VERSION 2
#define MAPNIK_MINOR_VERSION 0
Expand Down

0 comments on commit 5cd3cb2

Please sign in to comment.