configure: Change project to weston, set version to 0.85
This commit is contained in:
parent
1f6e316411
commit
d0e6c6715c
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue