Skip to content

Commit

Permalink
bump all revisions with plan we will have Voronoi ported over (strk c…
Browse files Browse the repository at this point in the history
…hange if I did this wrong)

git-svn-id: http://svn.osgeo.org/geos/trunk@3873 5242fede-7e19-0410-aef8-94bd7d2200fb
  • Loading branch information
robe2 committed Aug 11, 2013
1 parent 6c90339 commit f7bf06d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ AC_CANONICAL_SYSTEM
AC_CONFIG_MACRO_DIR([macros])

dnl -- JTS_PORT: the version of JTS this release is bound to
JTS_PORT=1.12.0
JTS_PORT=1.13.0

dnl -- Version info for the CAPI
CAPI_INTERFACE_CURRENT=9
CAPI_INTERFACE_CURRENT=10
CAPI_INTERFACE_REVISION=0
CAPI_INTERFACE_AGE=8
CAPI_INTERFACE_AGE=9

dnl
dnl -- Release versions / C++ library SONAME will use these
dnl -- encoding ABI break at every release
dnl
VERSION_MAJOR=3
VERSION_MINOR=4
VERSION_PATCH=0
VERSION_MINOR=5
VERSION_PATCH=0dev
VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"

dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))
Expand Down
6 changes: 3 additions & 3 deletions include/geos/version.h.vc
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
#endif

#ifndef GEOS_VERSION_MINOR
#define GEOS_VERSION_MINOR 4
#define GEOS_VERSION_MINOR 5
#endif

#ifndef GEOS_VERSION_PATCH
#define GEOS_VERSION_PATCH 0
#endif

#ifndef GEOS_VERSION
#define GEOS_VERSION "3.4.0"
#define GEOS_VERSION "3.5.0"
#endif

#ifndef GEOS_JTS_PORT
#define GEOS_JTS_PORT "1.12.0"
#define GEOS_JTS_PORT "1.13.0"
#endif

#endif // GEOS_VERSION_H_INCLUDED

0 comments on commit f7bf06d

Please sign in to comment.