diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-31 22:00:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-31 22:00:02 +0000 |
commit | 813851def848b52b92f59c379706ada6bebceba9 (patch) | |
tree | a60f502a2ca1c19a23c24070bbfa9fdbb4c675d6 /include/m_db_int.h | |
parent | 02e2ae2b77585b4f2726d9528ceea9ce4d99b453 (diff) |
Year 2015 version update
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_db_int.h')
-rw-r--r-- | include/m_db_int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h index 7af19e8d95..a26e35e9d6 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright 2012-14 Miranda NG project,
+Copyright (ñ) 2012-15 Miranda NG project (http://miranda-ng.org)
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
@@ -160,7 +160,7 @@ interface MIDatabaseChecker #define EGROKPRF_UNKHEADER 2 // header not supported, not a supported profile
#define EGROKPRF_VERNEWER 3 // header correct, version in profile newer than reader/writer
#define EGROKPRF_DAMAGED 4 // header/version fine, other internal data missing, damaged.
-#define EGROKPRF_OBSOLETE 5 // obsolete database version detected, requiring conversion
+#define EGROKPRF_OBSOLETE 5 // obsolete database version detected, requiring conversion
// makeDatabase() error codes
#define EMKPRF_CREATEFAILED 1 // for some reason CreateFile() didnt like something
|