libspeechd_version.h 1.2 KB

1234567891011121314151617181920212223242526272829303132
  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 package; see the file COPYING. If not, write to
  18. * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  19. * Boston, MA 02110-1301, USA.
  20. *
  21. * $Id: libspeechd.h,v 1.29 2008-07-30 09:47:00 hanke Exp $
  22. */
  23. #ifndef _LIBSPEECHD_VERSION_H
  24. #define _LIBSPEECHD_VERSION_H
  25. #define LIBSPEECHD_MAJOR_VERSION 0
  26. #define LIBSPEECHD_MINOR_VERSION 8
  27. #define LIBSPEECHD_MICRO_VERSION 8
  28. #endif /* ifndef _LIBSPEECHD_VERSION_H */