diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2011-04-28 15:41:49 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-04-28 16:58:51 +0200 |
| commit | b605a93a85d8ead753d87a2da5a0e40571d6f275 (patch) | |
| tree | d67a4dcae7176e065da7e302503abf0934c07bc4 /configure.ac | |
| parent | c3fdf90535e9e4a29d6d846071a50679d9646bcf (diff) | |
Expose utouch-frame through grail API
Start a gentle API change by exposing utouch-frame through grail,
and deprecating the grail_contact struct. Old programs compile and
run fine. To only use the new api, compile with -DGRAIL_NO_LEGACY_API.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f40631d..99569cc 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -12,7 +12,7 @@ AC_CONFIG_AUX_DIR([config-aux]) | |||
| 12 | AM_INIT_AUTOMAKE([foreign dist-bzip2]) | 12 | AM_INIT_AUTOMAKE([foreign dist-bzip2]) |
| 13 | AM_MAINTAINER_MODE | 13 | AM_MAINTAINER_MODE |
| 14 | 14 | ||
| 15 | LIB_VERSION=1:0:0 | 15 | LIB_VERSION=2:0:1 |
| 16 | AC_SUBST([LIB_VERSION]) | 16 | AC_SUBST([LIB_VERSION]) |
| 17 | 17 | ||
| 18 | # Initialize libtool | 18 | # Initialize libtool |
