Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libaacs
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
libaacs
Commits
915e63c2
Commit
915e63c2
authored
2 years ago
by
hpi1
Committed by
npzacs
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump version
parent
102ba4f0
No related branches found
No related tags found
No related merge requests found
Pipeline
#195010
passed with stage
in 3 minutes and 37 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
with
2 additions
and
2 deletions
configure.ac
+
2
−
2
View file @
915e63c2
dnl library version number
m4_define([aacs_major], 0)
m4_define([aacs_minor], 11)
m4_define([aacs_micro],
0
)
m4_define([aacs_micro],
1
)
m4_define([aacs_version],[aacs_major.aacs_minor.aacs_micro])
dnl shared library version (.so version)
...
...
@@ -16,7 +16,7 @@ dnl Library file name will be libaacs.(current-age).age.revision
m4_define([lt_current], 7)
m4_define([lt_age], 7)
m4_define([lt_revision],
1
)
m4_define([lt_revision],
2
)
dnl initialization
AC_INIT([libaacs], aacs_version, [http://www.videolan.org/developers/libaacs.html])
...
...
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