Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Traud
Opus
Commits
d0cb4ea3
Commit
d0cb4ea3
authored
14 years ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
Bump version number
parent
ef20e393
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Doxyfile
+1
-1
1 addition, 1 deletion
Doxyfile
Doxyfile.devel
+1
-1
1 addition, 1 deletion
Doxyfile.devel
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
tools/wave_out.h
+1
-1
1 addition, 1 deletion
tools/wave_out.h
with
4 additions
and
4 deletions
Doxyfile
+
1
−
1
View file @
d0cb4ea3
...
...
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = CELT
PROJECT_NUMBER = 0.11.
3
PROJECT_NUMBER = 0.11.
4
OUTPUT_DIRECTORY = doc/API
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
...
...
This diff is collapsed.
Click to expand it.
Doxyfile.devel
+
1
−
1
View file @
d0cb4ea3
...
...
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = CELT
PROJECT_NUMBER = 0.11.
3
PROJECT_NUMBER = 0.11.
4
OUTPUT_DIRECTORY = doc/devel
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
d0cb4ea3
...
...
@@ -6,7 +6,7 @@ AM_CONFIG_HEADER([config.h])
CELT_MAJOR_VERSION=0
CELT_MINOR_VERSION=11
CELT_MICRO_VERSION=
3
CELT_MICRO_VERSION=
4
CELT_EXTRA_VERSION=
CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION$CELT_EXTRA_VERSION
LIBCELT_SUFFIX=0
...
...
This diff is collapsed.
Click to expand it.
tools/wave_out.h
+
1
−
1
View file @
d0cb4ea3
...
...
@@ -39,7 +39,7 @@
#include
<mmsystem.h>
#endif
#define VERSION_STRING "\n 0.11.
3
\n"
#define VERSION_STRING "\n 0.11.
4
\n"
#define Cdecl __cdecl
#define __attribute__(x)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment