Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dbus
dbus
Commits
d7b3dba1
Commit
d7b3dba1
authored
Feb 03, 2015
by
Simon McVittie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.9.8 development release
parent
3cf71c27
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
NEWS
NEWS
+3
-1
configure.ac
configure.ac
+3
-3
No files found.
NEWS
View file @
d7b3dba1
D-Bus 1.9.8 (
UNRELEASED
)
D-Bus 1.9.8 (
2015-02-03
)
==
The “all the types of precipitation” release.
Dependencies:
• full test coverage now requires GLib 2.36
...
...
configure.ac
View file @
d7b3dba1
...
...
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
m4_define([dbus_major_version], [1])
m4_define([dbus_minor_version], [9])
m4_define([dbus_micro_version], [
7
])
m4_define([dbus_micro_version], [
8
])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])
...
...
@@ -33,7 +33,7 @@ AC_DEFINE_UNQUOTED(DBUS_DAEMON_NAME,"dbus-daemon",[Name of executable])
#
## increment if the interface has additions, changes, removals.
LT_CURRENT=1
3
LT_CURRENT=1
4
## increment any time the source changes; set to
## 0 if you increment CURRENT
...
...
@@ -42,7 +42,7 @@ LT_REVISION=2
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has
## precedence over adding, so set to 0 if both happened.
LT_AGE=1
0
LT_AGE=1
1
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
...
...
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