Commit Graph

11 Commits

Author SHA1 Message Date
Jochen Topf 0265ab5f3d Release version 1.7.0 2026-07-26 16:42:30 +02:00
Jochen Topf a386f1b48c Set shared library version and bump version number to 1.5.0
See #53.
2021-01-03 16:50:22 +01:00
Paul Norman 5a4c8c1156
License the .proto and header files under MIT 2019-07-11 13:59:00 -07:00
Jochen Topf 72cd8e5abc Version 1.3.3 released 2014-03-15 16:11:32 +01:00
Jochen Topf 2b25893e41 Release 1.3.2 2014-03-12 14:18:41 +01:00
Jochen Topf 38323f8a56 1.3.1 Release 2013-12-11 21:49:36 +01:00
Jochen Topf 0d9ce00257 Add IWYU pragmas.
These pragmas are used by the IWYU (Include-What-You-Use) program to find out
which header files need to be included in your C/C++ program. The pragmas
added tell IWYU that osmpbf.h acts as a "facade" for the other header files.
2013-11-27 10:07:37 +01:00
Jochen Topf f84c2ea5e2 Use #define instead of const char* for version.
You can't initialize strings in header files, because they might be included from several source files and the linker will see several copies of the same string.
2013-08-26 10:30:39 +02:00
Scott Crosby d9be2d1024 Update tags for v1.3.0 2012-12-04 22:14:05 -06:00
Scott Crosby 3a3c05f7f1 Setup debian changelog and change to version 1.2.1 throughout. 2011-10-29 23:05:32 -05:00
Jochen Topf 7aaa1a5e50 Fixed build of osmpbf-outline tool 2011-06-05 19:22:24 +02:00