projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e215d81
)
Bump development version to 1.4.3.
author
Will Thompson
<will.thompson@collabora.co.uk>
Tue, 21 Dec 2010 15:45:03 +0000
(15:45 +0000)
committer
Will Thompson
<will.thompson@collabora.co.uk>
Tue, 21 Dec 2010 15:45:03 +0000
(15:45 +0000)
The last release should have been 1.4.2; sorry.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
1f31236
..
842a359
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-3,7
+3,7
@@
AC_PREREQ(2.52)
m4_define([dbus_major_version], [1])
m4_define([dbus_minor_version], [4])
-m4_define([dbus_micro_version], [
2
])
+m4_define([dbus_micro_version], [
3
])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT(dbus, [dbus_version])