diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-08-27 12:24:28 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-08-27 12:34:32 +0300 |
commit | 62bf7e913f35625fff360015d85ca2c891dec3b0 (patch) | |
tree | 3a2a8fda3197b3c9752ee37d782f656c5d2f17e3 | |
parent | 16e053b8f2359196fd50b111f1c10b93590f5cb9 (diff) |
Back to development
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 39fe035..a7aaf1e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([orc], [0.4.22], [http://bugzilla.gnome.org/enter_bug.cgi?product=orc],[orc]) +AC_INIT([orc], [0.4.22.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=orc],[orc]) dnl don't forget to update libversion AS_NANO(ORC_GIT=no,ORC_GIT=yes) |