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
b0fc11c4
Commit
b0fc11c4
authored
Oct 03, 2017
by
Simon McVittie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare 1.11.20
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
df877693
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
NEWS
NEWS
+1
-1
configure.ac
configure.ac
+2
-2
No files found.
NEWS
View file @
b0fc11c4
D
-
Bus
1.11.20
(
UNRELEASED
)
D
-
Bus
1.11.20
(
2017
-
10
-
03
)
==
==
Build
-
time
configuration
changes
:
Build
-
time
configuration
changes
:
...
...
configure.ac
View file @
b0fc11c4
...
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
...
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
m4_define([dbus_major_version], [1])
m4_define([dbus_major_version], [1])
m4_define([dbus_minor_version], [11])
m4_define([dbus_minor_version], [11])
m4_define([dbus_micro_version], [
19
])
m4_define([dbus_micro_version], [
20
])
m4_define([dbus_version],
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_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])
AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])
...
@@ -42,7 +42,7 @@ LT_CURRENT=22
...
@@ -42,7 +42,7 @@ LT_CURRENT=22
## increment any time the source changes; set to
## increment any time the source changes; set to
## 0 if you increment CURRENT
## 0 if you increment CURRENT
LT_REVISION=
0
LT_REVISION=
1
## increment if any interfaces have been added; set to 0
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has
## if any interfaces have been changed or removed. removal has
...
...
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