Commit ddc4ae82 authored by Jean-Paul Saman's avatar Jean-Paul Saman

On the way to 1.1.2

parent 00af91a2
AC_INIT(libdvbpsi, 1.1.1)
AC_INIT(libdvbpsi, 1.1.2)
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto)
......
......@@ -31,7 +31,7 @@ PROJECT_NAME = libdvbpsi
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 1.1.1
PROJECT_NUMBER = 1.1.2
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
......
......@@ -35,7 +35,7 @@
#ifndef _DVBPSI_DVBPSI_H_
#define _DVBPSI_DVBPSI_H_
#define DVBPSI_VERSION 1.1.1 /*!< Human readible DVBPSI version*/
#define DVBPSI_VERSION 1.1.2 /*!< Human readible DVBPSI version*/
#define DVBPSI_VERSION_INT ((1<<16)+(1<<8)+1) /*!< Machine readible DVBPSI version */
#ifdef __cplusplus
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment