diff options
author | Stefano Karapetsas <[email protected]> | 2013-01-22 17:28:04 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-22 17:28:04 +0100 |
commit | 9f9ee413c0d7ab15ca9ea53f3301979905c5655f (patch) | |
tree | 6eccd87b7c79792982cd7229007866d940baf9ec /configure.in | |
parent | 5f974b284652466a245e8b69908374e492c1d285 (diff) | |
download | python-caja-9f9ee413c0d7ab15ca9ea53f3301979905c5655f.tar.bz2 python-caja-9f9ee413c0d7ab15ca9ea53f3301979905c5655f.tar.xz |
Bump version to 1.5.0python-caja-1.5.0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8aad318..29292d8 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT PACKAGE=caja-python -VERSION=1.4.0 +VERSION=1.5.0 AC_SUBST(PACKAGE) AC_SUBST(VERSION) |