This commit is contained in:
GitHub Merge Button 2011-10-19 00:38:17 -07:00
commit edc0f055b9
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