~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/headers/geos/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2009-03-27 15:54:54 UTC
  • mfrom: (1.2.1 upstream) (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090327155454-o3u9j86rzrtcp5vl
Tags: 3.1.0-1
* New upstream release.
* This version includes also a missing header inclusion, which caused FTBFS
  on armel. (Closes: #520447)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _GEOS_VERSION_H
2
 
#define _GEOS_VERSION_H
 
1
/**********************************************************************
 
2
 * $Id: version.h.in 2141 2008-07-26 20:47:29Z mloskot $
 
3
 *
 
4
 * GEOS - Geometry Engine Open Source
 
5
 * http://geos.refractions.net
 
6
 *
 
7
 * Copyright (C) 2007 Refractions Research Inc.
 
8
 *
 
9
 * This is free software; you can redistribute and/or modify it under
 
10
 * the terms of the GNU Lesser General Public Licence as published
 
11
 * by the Free Software Foundation. 
 
12
 * See the COPYING file for more information.
 
13
 *
 
14
 **********************************************************************/
 
15
#ifndef GEOS_VERSION_H_INCLUDED
 
16
#define GEOS_VERSION_H_INCLUDED
3
17
 
 
18
#ifndef GEOS_VERSION_MAJOR
4
19
#define GEOS_VERSION_MAJOR 3
5
 
#define GEOS_VERSION_MINOR 0
 
20
#endif
 
21
 
 
22
#ifndef GEOS_VERSION_MINOR
 
23
#define GEOS_VERSION_MINOR 1
 
24
#endif
 
25
 
 
26
#ifndef GEOS_VERSION_PATCH
6
27
#define GEOS_VERSION_PATCH 0
7
 
#define GEOS_VERSION "3.0.0"
 
28
#endif
 
29
 
 
30
#ifndef GEOS_VERSION
 
31
#define GEOS_VERSION "3.1.0"
 
32
#endif
 
33
 
 
34
#ifndef GEOS_JTS_PORT
8
35
#define GEOS_JTS_PORT "1.7.1"
 
36
#endif
9
37
 
10
 
#endif // _GEOS_VERSION_H
 
38
#endif // GEOS_VERSION_H_INCLUDED