mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-12-07 12:06:28 +00:00
Added copyright string to ares_version.h and make use of it in other files.
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
#ifndef ARES__VERSION_H
|
||||
#define ARES__VERSION_H
|
||||
|
||||
/* This is the global package copyright */
|
||||
#define ARES_COPYRIGHT "2004 - 2010 Daniel Stenberg, <daniel@haxx.se>."
|
||||
|
||||
#define ARES_VERSION_MAJOR 1
|
||||
#define ARES_VERSION_MINOR 7
|
||||
#define ARES_VERSION_PATCH 4
|
||||
|
||||
Reference in New Issue
Block a user