Skip to content

Commit

Permalink
Bump to 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnewman committed Aug 3, 2015
1 parent 87afe3e commit beca21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/defines/defines.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ endif

# Build directories

VERSION = 2.2
VERSION = 2.2.1
SHAREDIR = $(SRCDIR)/shared
PLANNERDIR = $(SRCDIR)/planner
UTILSDIR = $(SRCDIR)/utils
Expand Down
2 changes: 1 addition & 1 deletion src/gpx/gpx.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extern "C" {
#include <limits.h>
#include <stdio.h>

#define GPX_VERSION "2.2"
#define GPX_VERSION "2.2.1"
#define HOST_VERSION 50

#define END_OF_FILE 1
Expand Down

0 comments on commit beca21f

Please sign in to comment.