Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy B. Terriberry
Opus
Commits
028dacd4
Commit
028dacd4
authored
Aug 08, 2012
by
Jean-Marc Valin
Browse files
Bump to 1.0.0-rc
parent
93b277c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
028dacd4
...
...
@@ -21,6 +21,7 @@ include silk_headers.txt
include
opus_headers.txt
libopus_la_SOURCES
=
$(CELT_SOURCES)
$(SILK_SOURCES)
$(OPUS_SOURCES)
libopus_la_LDFLAGS
=
-no-undefined
-version-info
1:0:1
pkginclude_HEADERS
=
include/opus.h include/opus_multistream.h include/opus_types.h include/opus_defines.h
...
...
configure.ac
View file @
028dacd4
...
...
@@ -7,10 +7,10 @@ AM_CONFIG_HEADER([config.h])
dnl enable silent rules on automake 1.11 and later
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
OPUS_MAJOR_VERSION=
0
OPUS_MINOR_VERSION=
9
OPUS_MICRO_VERSION=
14
OPUS_EXTRA_VERSION=
OPUS_MAJOR_VERSION=
1
OPUS_MINOR_VERSION=
0
OPUS_MICRO_VERSION=
0
OPUS_EXTRA_VERSION=
-rc
OPUS_VERSION="$OPUS_MAJOR_VERSION.$OPUS_MINOR_VERSION.$OPUS_MICRO_VERSION$OPUS_EXTRA_VERSION"
AC_MSG_CHECKING([git revision])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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