diff options
| -rw-r--r-- | configure.ac | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 60ded67..ec9d349 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,6 @@ AC_PREREQ([2.64]) -AC_INIT([weston], - [1.0.0], - [https://bugs.freedesktop.org/enter_bug.cgi?product=weston], - [weston], - [http://wayland.freedesktop.org/]) - +AC_INIT([weston-gtk-shell], + [0.1.0]) AC_CONFIG_HEADERS([config.h]) |
