diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-13 09:48:10 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-13 10:04:49 +0200 |
commit | a43cecb456327b6a19c026c097d588a08961d394 (patch) | |
tree | 8ddbccdcdc23c3a5a894c8313fa48cba1334e623 /include/ModemManager.h | |
parent | 0c7265de29163ab9c9ba03257d393ce99bb47ff6 (diff) |
api,header: setup and export MM version symbols in the API
Diffstat (limited to 'include/ModemManager.h')
-rw-r--r-- | include/ModemManager.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/ModemManager.h b/include/ModemManager.h index 5a30ebc6..3a6eb43c 100644 --- a/include/ModemManager.h +++ b/include/ModemManager.h @@ -1,6 +1,6 @@ /* * ModemManager Interface Specification - * version 0.6 + * version 0.8 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -18,8 +18,9 @@ * Boston, MA 02110-1301 USA. * * Copyright (C) 2008 - 2009 Novell, Inc. - * Copyright (C) 2009 - 2012 Red Hat, Inc. - * Copyright (C) 2011 - 2012 Google, Inc. + * Copyright (C) 2009 - 2013 Red Hat, Inc. + * Copyright (C) 2011 - 2013 Google, Inc. + * Copyright (C) 2011 - 2013 Lanedo Gmbh */ #ifndef _MODEM_MANAGER_H_ @@ -36,5 +37,7 @@ /* Public header with errors */ #include <ModemManager-errors.h> +/* Public header with version info */ +#include <ModemManager-version.h> #endif /* _MODEM_MANAGER_H_ */ |