Skip to content

Commit

Permalink
updated to 1.3.1a1
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/gdal/trunk@8500 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
warmerdam committed Sep 30, 2005
1 parent b4c5b33 commit 5c1d887
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions GDALmake.opt.in
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ GDAL_INCLUDE = -I$(GDAL_ROOT)/port -I$(GDAL_ROOT)/gcore \

# libtool targets and help variables
LIBGDAL := $(GDAL_ROOT)/libgdal.la
LIBGDAL_CURRENT := 9
LIBGDAL_CURRENT := 10
LIBGDAL_REVISION := 0
LIBGDAL_AGE := 8
LIBGDAL_AGE := 9

# native build targets and variables
GDAL_VER = @GDAL_VER@
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1a1
6 changes: 3 additions & 3 deletions gcore/gdal_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#ifndef GDAL_VERSION_MAJOR
# define GDAL_VERSION_MAJOR 1
# define GDAL_VERSION_MINOR 3
# define GDAL_VERSION_REV 0
# define GDAL_VERSION_REV 1
# define GDAL_VERSION_BUILD 0
#endif

Expand All @@ -15,9 +15,9 @@
#endif

#ifndef GDAL_RELEASE_DATE
# define GDAL_RELEASE_DATE 20050815
# define GDAL_RELEASE_DATE 20050929
#endif
#ifndef GDAL_RELEASE_NAME
# define GDAL_RELEASE_NAME "1.3.0.0"
# define GDAL_RELEASE_NAME "1.3.1.0a1"
#endif

0 comments on commit 5c1d887

Please sign in to comment.