diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-07 15:15:25 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-07 15:15:25 +0200 |
commit | bc8bde8dda8386e8cc50d356438e4a6f340cc0aa (patch) | |
tree | 5c273d5fdda185eab7924970371fcdbeb603ce2a /configure.ac | |
parent | 68c12de05e1d2e8f2663fb1af0010e49b7d2ef2b (diff) | |
download | mate-polkit-bc8bde8dda8386e8cc50d356438e4a6f340cc0aa.tar.bz2 mate-polkit-bc8bde8dda8386e8cc50d356438e4a6f340cc0aa.tar.xz |
Fixes for make distmate-polkit-1.7.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1fd95d1..8a7bddc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([polkit-mate],[1.7.0],[http://www.mate-desktop.org/],[polkit-mate]) +AC_INIT([polkit-mate],[1.7.0],[http://www.mate-desktop.org/],[mate-polkit]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip]) |