Statistics
| Revision:

svn-gvsig-desktop / tags / v1_1_1_Build_1019 / libraries / libjni-proj4 / src / pj_release.c @ 28163

History | View | Annotate | Download (174 Bytes)

1
/* <<< Release Notice for library >>> */
2

    
3
#include <projects.h>
4

    
5
char const pj_release[]="Rel. 4.4.9, 29 Oct 2004";
6

    
7
const char *pj_get_release()
8

    
9
{
10
    return pj_release;
11
}