From dcb8faba339022f2492a393f871bfb9e610a1ec7 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 19 Oct 2011 09:37:12 +0200 Subject: [PATCH] Bump version number to 1.2.0 --- debian/changelog | 6 ++++++ include/osmpbf/osmpbf.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 42274e3..5bc5a69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libosmpbf-dev (1.2.0) maverick; urgency=low + + * Version number change to reflect official new version + + -- Jochen Topf Wed, 19 Oct 2011 09:29:37 +0100 + libosmpbf-dev (1.1.1j2) maverick; urgency=low * Add manpage for osmpbf-outline tool diff --git a/include/osmpbf/osmpbf.h b/include/osmpbf/osmpbf.h index ce6a7b1..59751fd 100644 --- a/include/osmpbf/osmpbf.h +++ b/include/osmpbf/osmpbf.h @@ -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