Path: blob/master/thirdparty/linuxbsd_headers/speechd/libspeechd_version.h
10278 views
/*1* libspeechd_version.h - Shared library for easy access to Speech Dispatcher functions (header)2*3* Copyright (C) 2001, 2002, 2003, 2004 Brailcom, o.p.s.4*5* This is free software; you can redistribute it and/or modify it6* under the terms of the GNU Lesser General Public License as published by7* the Free Software Foundation; either version 2.1, or (at your option)8* any later version.9*10* This software is distributed in the hope that it will be useful,11* but WITHOUT ANY WARRANTY; without even the implied warranty of12* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU13* Lesser General Public License for more details.14*15* You should have received a copy of the GNU Lesser General Public License16* along with this package; see the file COPYING. If not, write to17* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,18* Boston, MA 02110-1301, USA.19*20* $Id: libspeechd.h,v 1.29 2008-07-30 09:47:00 hanke Exp $21*/2223#ifndef _LIBSPEECHD_VERSION_H24#define _LIBSPEECHD_VERSION_H2526#define LIBSPEECHD_MAJOR_VERSION 027#define LIBSPEECHD_MINOR_VERSION 828#define LIBSPEECHD_MICRO_VERSION 82930#endif /* ifndef _LIBSPEECHD_VERSION_H */313233