Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdread
Commits
c07a7a1b
Commit
c07a7a1b
authored
Aug 30, 2008
by
Dominik Mierzejewski
Browse files
Bump version before new release.
parent
da039a9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
c07a7a1b
...
...
@@ -14,7 +14,7 @@ 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], [
2
])
m4_define([dvdread_sub], [
3
])
m4_define([dvdread_pre], [])
AC_INIT([libdvdread], [dvdread_major.dvdread_minor.dvdread_sub[]dvdread_pre])
...
...
configure2
View file @
c07a7a1b
#!/bin/sh
dvdread_sh_version
=
4.1.
2
dvdread_sh_version
=
4.1.
3
dvdread_sh_major
=
`
echo
$dvdread_sh_version
|
awk
-F
.
'{print $1}'
`
cc
=
gcc
...
...
Write
Preview
Supports
Markdown
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