summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 18:19:48 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 18:22:41 +0200
commit8ba49398109a9c20e4f989b6cf40ae9312b24658 (patch)
tree176c727189fc233411259e05d57f5dd0ebe4b91d /configure.ac
parent3bc42870d020c8dc6804f1f3c6b0da9d7d6193a9 (diff)
downloadspice-protocol-8ba49398109a9c20e4f989b6cf40ae9312b24658.tar.gz
spice-protocol-8ba49398109a9c20e4f989b6cf40ae9312b24658.tar.xz
spice-protocol-8ba49398109a9c20e4f989b6cf40ae9312b24658.zip
Fix misspellings
SpicedSubMessage -> SpiceSubMessage QXLAlphaBlnd -> QXLAlphaBlend
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 90cb583..c071dee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 5)
-m4_define([SPICE_MICRO], 1)
+m4_define([SPICE_MICRO], 2)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)