diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-07-20 18:03:35 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2010-08-29 20:17:36 +0300 |
commit | 5200cb0cd195a760f38b44cb1208f5a8c4dacf83 (patch) | |
tree | 6f649ac96d3f16c45eb739411abdf51e4b4f5eab | |
parent | ca700d1fa756d446ebf6fd276c24ac21146da6bb (diff) |
Update version to 0.5.3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c071dee..0b1e9bc 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], 2) +m4_define([SPICE_MICRO], 3) AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol) |