1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-09-08 16:17:11 +02:00

Update the copyright year.

This commit is contained in:
Sandu Liviu Catalin
2017-02-22 18:26:12 +02:00
parent fd5116034b
commit 2c60b62671
9 changed files with 9 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ class Transaction;
*/
#define SQSQLITE_NAME "Squirrel SQLite Module"
#define SQSQLITE_AUTHOR "Sandu Liviu Catalin (S.L.C)"
#define SQSQLITE_COPYRIGHT "Copyright (C) 2016 Sandu Liviu Catalin"
#define SQSQLITE_COPYRIGHT "Copyright (C) 2017 Sandu Liviu Catalin"
#define SQSQLITE_HOST_NAME "SqModSQLiteHost"
#define SQSQLITE_VERSION 001
#define SQSQLITE_VERSION_STR "0.0.1"