This is an automated email from the git hooks/post-receive script. sf pushed a commit to tag v2.1.2 in repository mapcode.
commit 1132cbcf18a8845b719f9f7230261d009bf929c5 Author: Mapcode C Developer <[email protected]> Date: Mon Aug 24 22:33:17 2015 +0200 Updated version numbers --- mapcodelib/mapcoder.h | 2 +- unitttest/unittest.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mapcodelib/mapcoder.h b/mapcodelib/mapcoder.h index 90f5b4b..d03f1b2 100644 --- a/mapcodelib/mapcoder.h +++ b/mapcodelib/mapcoder.h @@ -18,7 +18,7 @@ extern "C" { #endif -#define mapcode_cversion "2.1.0" +#define mapcode_cversion "2.1.2" #define UWORD unsigned short int // 2-byte unsigned integer. diff --git a/unitttest/unittest.c b/unitttest/unittest.c index fdbd728..730592a 100644 --- a/unitttest/unittest.c +++ b/unitttest/unittest.c @@ -505,7 +505,7 @@ void main() { #ifdef XSIDE3 const char *mapcode_dataversion = "undefined"; #endif - printf("Mapcode C Library Unit test 2.1.1\n"); + printf("Mapcode C Library Unit test 2.1.2\n"); printf("Library version %s (Data version %s)\n", mapcode_cversion, mapcode_dataversion); printf("-----------------------------------------------------------\nAlphabet tests\n"); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapcode.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

