[Greater-commits] r417 - trunk/GREAT-ER-DB/impl/postgresql
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jul 12 16:17:18 CEST 2011
Author: bricks
Date: 2011-07-12 16:17:17 +0200 (Tue, 12 Jul 2011)
New Revision: 417
Modified:
trunk/GREAT-ER-DB/impl/postgresql/gdagreater_pg.pgc
Log:
Greater expects UTF-8 coded strings therefore change copyright ascii character to (c)
Modified: trunk/GREAT-ER-DB/impl/postgresql/gdagreater_pg.pgc
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/gdagreater_pg.pgc 2011-07-12 14:11:30 UTC (rev 416)
+++ trunk/GREAT-ER-DB/impl/postgresql/gdagreater_pg.pgc 2011-07-12 14:17:17 UTC (rev 417)
@@ -4665,7 +4665,7 @@
*/
void gda_get_version (char *vp_ver)
{
- strcpy (vp_ver, "GREAT-ER-API with PostgreSQL Version 1.0 09/2003 © Intevation");
+ strcpy (vp_ver, "GREAT-ER-API with PostgreSQL Version 1.0 09/2003 (c) Intevation");
}
More information about the Greater-commits
mailing list