diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index e750859b1..2a84a1b7c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Empathy, 0.1) +AC_INIT(Empathy, 0.3) AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (C) 2003-2007 Imendio AB]) @@ -67,9 +67,6 @@ AC_OUTPUT([ pixmaps/Makefile libempathy/Makefile libempathy-gtk/Makefile - accounts/Makefile - contact-list/Makefile - chat/Makefile src/Makefile ]) |