Bump version number to 1.2.0
This commit is contained in:
parent
e102a594b0
commit
dcb8faba33
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue