Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
elpa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Ohlmann
elpa
Commits
abc1dc96
Unverified
Commit
abc1dc96
authored
9 years ago
by
Andreas Marek
Browse files
Options
Downloads
Patches
Plain Diff
Update library version informatio to reflect new public interfaces
parent
d3848dbe
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LIBRARY_INTERFACE
+6
-0
6 additions, 0 deletions
LIBRARY_INTERFACE
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
7 additions
and
1 deletion
LIBRARY_INTERFACE
+
6
−
0
View file @
abc1dc96
...
@@ -38,3 +38,9 @@ https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
...
@@ -38,3 +38,9 @@ https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
the naming conventions. The old interface are still available
the naming conventions. The old interface are still available
The states of release 2016.05.001 and 2016.05.002 define this interface
The states of release 2016.05.001 and 2016.05.002 define this interface
- 6
Compatible API change w.r.t. previous version: Interfaces have been made public.
The state of release 2016.05.003 defines this interface
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
abc1dc96
...
@@ -34,7 +34,7 @@ AM_SILENT_RULES([yes])
...
@@ -34,7 +34,7 @@ AM_SILENT_RULES([yes])
# by the current interface, as they are ABI compatible (e.g. only new symbols
# by the current interface, as they are ABI compatible (e.g. only new symbols
# were added by the new interface)
# were added by the new interface)
#
#
AC_SUBST([ELPA_SO_VERSION], [
5:1:1
])
AC_SUBST([ELPA_SO_VERSION], [
6:0:2
])
#
#
...
...
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