Bump version number to 1.2.0

This commit is contained in:
Jochen Topf 2011-10-19 09:37:12 +02:00
parent e102a594b0
commit dcb8faba33
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libosmpbf-dev (1.2.0) maverick; urgency=low
* Version number change to reflect official new version
-- Jochen Topf <jochen@topf.org> Wed, 19 Oct 2011 09:29:37 +0100
libosmpbf-dev (1.1.1j2) maverick; urgency=low
* Add manpage for osmpbf-outline tool

View File

@ -10,7 +10,7 @@
namespace OSMPBF {
// library version
const char *version = "1.1.1j1";
const char* version = "1.2.0";
// the maximum size of a blob header in bytes
const int max_blob_header_size = 64 * 1024; // 64 kB