diff options
author | Stefano Karapetsas <[email protected]> | 2012-04-30 21:15:53 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-04-30 21:15:53 +0300 |
commit | c096075b4b45d0c0c688a1ba5f69037a7290847a (patch) | |
tree | 87708951934d7d51c01ae73cfbd0d93090161033 /configure.in | |
parent | 3dec3acfaf458414dde56fe958f122d79aa68d11 (diff) | |
download | caja-dropbox-c096075b4b45d0c0c688a1ba5f69037a7290847a.tar.bz2 caja-dropbox-c096075b4b45d0c0c688a1ba5f69037a7290847a.tar.xz |
restore correct version number
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 936e8d1..344d8ae 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,6 @@ # Initialization -# This was nautilus-dropbox 0.7.1 -AC_INIT([caja-dropbox], 1.3.0) +AC_INIT([caja-dropbox], 0.7.1) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |