1 | /* |
2 | * libspeechd_version.h - Shared library for easy access to Speech Dispatcher functions (header) |
3 | * |
4 | * Copyright (C) 2001, 2002, 2003, 2004 Brailcom, o.p.s. |
5 | * |
6 | * This is free software; you can redistribute it and/or modify it |
7 | * under the terms of the GNU Lesser General Public License as published by |
8 | * the Free Software Foundation; either version 2.1, or (at your option) |
9 | * any later version. |
10 | * |
11 | * This software is distributed in the hope that it will be useful, |
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
14 | * Lesser General Public License for more details. |
15 | * |
16 | * You should have received a copy of the GNU Lesser General Public License |
17 | * along with this program. If not, see <https://www.gnu.org/licenses/>. |
18 | * |
19 | * $Id: libspeechd.h,v 1.29 2008-07-30 09:47:00 hanke Exp $ |
20 | */ |
21 | |
22 | #ifndef _LIBSPEECHD_VERSION_H |
23 | #define _LIBSPEECHD_VERSION_H |
24 | |
25 | #define LIBSPEECHD_MAJOR_VERSION 0 |
26 | #define LIBSPEECHD_MINOR_VERSION 11 |
27 | #define LIBSPEECHD_MICRO_VERSION 1 |
28 | |
29 | #endif /* ifndef _LIBSPEECHD_VERSION_H */ |
30 | |