configure: Change project to weston, set version to 0.85

This commit is contained in:
Kristian Høgsberg 2012-02-08 16:35:12 -05:00
parent 1f6e316411
commit d0e6c6715c
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
AC_PREREQ([2.64])
AC_INIT([wayland-demos],
[0.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=wayland],
[wayland-demos],
AC_INIT([weston],
[0.85],
[https://bugs.freedesktop.org/enter_bug.cgi?product=weston],
[weston],
[http://wayland.freedesktop.org/])
AC_CONFIG_HEADERS([config.h])