Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libdvdread
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
6
Issues
6
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
libdvdread
Commits
80d34462
Commit
80d34462
authored
Oct 07, 2011
by
Dominik Mierzejewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 4.2.0 for release.
parent
eab71a13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+2
-2
configure2
configure2
+1
-1
No files found.
configure.ac
View file @
80d34462
...
...
@@ -13,8 +13,8 @@ dnl
dnl These are defined in m4 so they can be passed to AC_INIT
dnl --------------------------------------------------------------
m4_define([dvdread_major], [4])
m4_define([dvdread_minor], [
1
])
m4_define([dvdread_sub], [
4
])
m4_define([dvdread_minor], [
2
])
m4_define([dvdread_sub], [
0
])
m4_define([dvdread_pre], [])
AC_INIT([libdvdread], [dvdread_major.dvdread_minor.dvdread_sub[]dvdread_pre])
...
...
configure2
View file @
80d34462
#!/bin/sh
dvdread_sh_version
=
4.
1.4
dvdread_sh_version
=
4.
2.0
dvdread_sh_major
=
`
echo
$dvdread_sh_version
|
awk
-F
.
'{print $1}'
`
cc
=
gcc
...
...
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