Skip to content

Commit

Permalink
Prepare for OGDI 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 20, 2019
1 parent 2b431a9 commit 46e1f7d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
10 changes: 8 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
OGDI Core News
==============

View the ChangeLog file for detailed, file by file notes on changes. The
NEWS file is just used to sumarize major changes, and new features.
The NEWS file is just used to sumarize major changes, and new features.

4.1.0
=====

o Remove DTED driver that used the ecsrregex.c functionality removed in the
below bullet.
o Remove ogdi/c-api/ecshash.c and ogdi/c-api/ecsregex.c, which were considered
incompatible of DFSG & OSD (https://github.com/libogdi/ogdi/issues/13)

4.0.0
=====
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2078,9 +2078,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu



OGDI_VERSION=4.0.0
OGDI_VERSION=4.1.0
OGDI_MAJOR=4
OGDI_MINOR=0
OGDI_MINOR=1



Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(config/unix.mak)

OGDI_VERSION=4.0.0
OGDI_VERSION=4.1.0
OGDI_MAJOR=4
OGDI_MINOR=0
OGDI_MINOR=1

AC_SUBST(OGDI_VERSION)
AC_SUBST(OGDI_MAJOR)
Expand Down
4 changes: 2 additions & 2 deletions ogdi/include/ecs_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
#ifndef ECS_UTIL
#define ECS_UTIL 1

#define OGDI_VERSION 400
#define OGDI_RELEASEDATE 20190301
#define OGDI_VERSION 410
#define OGDI_RELEASEDATE 20190420

#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 46e1f7d

Please sign in to comment.