]> granicus.if.org Git - postgis/commitdiff
Added version information.
authorBborie Park <bkpark at ucdavis.edu>
Tue, 13 Dec 2011 05:03:20 +0000 (05:03 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Tue, 13 Dec 2011 05:03:20 +0000 (05:03 +0000)
Associated ticket is #1369.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8372 b70326c6-7e19-0410-871a-916f4a2858ee

raster/loader/raster2pgsql.c
raster/loader/raster2pgsql.h

index 5bb20341ba279c7d756e3f0b411fd3ed0bd63a46..2b5a69e743d78fb5a012be3b29888ef98b25cc6c 100644 (file)
@@ -251,6 +251,7 @@ chartrim(const char *input, char *remove) {
 
 static void
 usage() {
+       printf(_("RELEASE: %s GDAL_VERSION=%d (%s)\n"), POSTGIS_VERSION, POSTGIS_GDAL_VERSION, RCSID );
        printf(_(
                "USAGE: raster2pgsql [<options>] <raster>[ <raster>[ ...]] [[<schema>.]<table>]\n"
                "  Multiple rasters can also be specified using wildcards (*,?).\n"
index 4d449fb6aa467552c1163781f46e50bf973e9f74..c869bcd4717aa08f1413ebf9c0b99ce8ddfc69c8 100644 (file)
@@ -56,6 +56,8 @@
 #define MINOVFACTOR 2
 #define MAXOVFACTOR 1000
 
+#define RCSID "$Id$"
+
 typedef struct raster_loader_config {
        /* raster filename */
        int rt_file_count;