Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libdvbpsi
Commits
828bfb81
Commit
828bfb81
authored
Apr 23, 2013
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
On the way to 1.1.1
parent
36a91178
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
NEWS
NEWS
+3
-0
configure.ac
configure.ac
+1
-1
doc/doxygen.cfg
doc/doxygen.cfg
+1
-1
src/dvbpsi.h
src/dvbpsi.h
+2
-2
No files found.
NEWS
View file @
828bfb81
Changes between 1.1.0 and 1.1.1:
--------------------------------
Changes between 1.0.0 and 1.1.0:
--------------------------------
...
...
configure.ac
View file @
828bfb81
AC_INIT(libdvbpsi, 1.1.
0
)
AC_INIT(libdvbpsi, 1.1.
1
)
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto)
...
...
doc/doxygen.cfg
View file @
828bfb81
...
...
@@ -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.
0
PROJECT_NUMBER = 1.1.
1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
src/dvbpsi.h
View file @
828bfb81
...
...
@@ -35,8 +35,8 @@
#ifndef _DVBPSI_DVBPSI_H_
#define _DVBPSI_DVBPSI_H_
#define DVBPSI_VERSION 1.1.
0
/*!< Human readible DVBPSI version*/
#define DVBPSI_VERSION_INT ((1<<16)+(1<<8)+
0
)
/*!< Machine readible DVBPSI version */
#define DVBPSI_VERSION 1.1.
1
/*!< Human readible DVBPSI version*/
#define DVBPSI_VERSION_INT ((1<<16)+(1<<8)+
1
)
/*!< Machine readible DVBPSI version */
#ifdef __cplusplus
extern
"C"
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment