diff options
author | Stefano Karapetsas <[email protected]> | 2012-02-25 19:52:59 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-02-25 19:52:59 +0100 |
commit | 6e5c6ab190ca9bddf0e2b694abd0100ab5fcc11c (patch) | |
tree | d53538262a744a814c9ca00ca9bc0ddf48e275ff /configure.in | |
parent | 6f3aa7937bbf28bb0037a7d60afe6f5548713749 (diff) | |
download | marco-6e5c6ab190ca9bddf0e2b694abd0100ab5fcc11c.tar.bz2 marco-6e5c6ab190ca9bddf0e2b694abd0100ab5fcc11c.tar.xz |
Some fixes for 1.2 release
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 b6449acb..c1007616 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ m4_define([marco_micro_version], [0]) m4_define([marco_version], [marco_major_version.marco_minor_version.marco_micro_version]) -AC_INIT([marco], [marco_version], [https://github.com/perberos/mate-desktop-environment]) +AC_INIT([marco], [marco_version], [https://github.com/mate-desktop/mate-desktop-environment]) AC_CONFIG_SRCDIR(src/core/display.c) AC_CONFIG_HEADERS(config.h) |