Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-libshout
Commits
bbf160a6
Commit
bbf160a6
authored
Jul 02, 2003
by
brendan
Browse files
Bump version to 2.0b2
svn path=/trunk/libshout/; revision=5039
parent
4ce77998
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
bbf160a6
# Process this file with autoconf to produce a configure script.
# Process this file with autoconf to produce a configure script.
# $Id: configure.in,v 1.5
6
2003/07/02 18:
26:3
0 brendan Exp $
# $Id: configure.in,v 1.5
7
2003/07/02 18:
32:5
0 brendan Exp $
m4_define(libshout_major, 2)
m4_define(libshout_major, 2)
m4_define(libshout_minor, 0)
m4_define(libshout_minor, 0)
m4_define(libshout_micro, 0)
m4_define(libshout_micro, 0)
m4_define(libshout_version,
m4_define(libshout_version,
m4_if(libshout_micro, 0, libshout_major.libshout_minor[b
1
],
m4_if(libshout_micro, 0, libshout_major.libshout_minor[b
2
],
libshout_major.libshout_minor.libshout_micro
[b1]
))
libshout_major.libshout_minor.libshout_micro))
AC_INIT([libshout], libshout_version, [icecast@xiph.org])
AC_INIT([libshout], libshout_version, [icecast@xiph.org])
AC_PREREQ([2.54])
AC_PREREQ([2.54])
...
...
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