Skip to content

Commit

Permalink
Merge f07088d into 6bcba70
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Nov 17, 2017
2 parents 6bcba70 + f07088d commit a1b8641
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pj_release.c
Expand Up @@ -2,7 +2,7 @@

#include <projects.h>

char const pj_release[]="Rel. 4.9.3, 15 August 2016";
char const pj_release[]="Rel. 5.0.0, development version";

const char *pj_get_release()

Expand Down
4 changes: 2 additions & 2 deletions src/proj.h
Expand Up @@ -149,12 +149,12 @@ extern "C" {
necessary);
e.g., PJ_VERSION=401000 for version 4.10.0.
************************************************************************/
#define PROJ_VERSION_MAJOR 10
#define PROJ_VERSION_MAJOR 5
#define PROJ_VERSION_MINOR 0
#define PROJ_VERSION_PATCH 0

#ifndef PJ_VERSION
#define PJ_VERSION 10##000##00
#define PJ_VERSION 5##000##00
#endif
#ifndef PROJ_VERSION
#define PROJ_VERSION PJ_VERSION
Expand Down
2 changes: 1 addition & 1 deletion src/proj_api.h
Expand Up @@ -40,7 +40,7 @@
* for version 4.10.0.
*/
#ifndef PJ_VERSION
#define PJ_VERSION 493
#define PJ_VERSION 500
#endif


Expand Down

0 comments on commit a1b8641

Please sign in to comment.