diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-06-15 13:41:15 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-06-15 13:41:15 -0400 |
commit | 19e8ee22c9cfe63236f41736d8f834ad322a5f33 (patch) | |
tree | 9d9b3d5b3032a0ba4c1b8e9696e35daff23cd79a /configure.in | |
parent | 9e75abad430bcf48fadc1f950e09080764d9cdc1 (diff) |
Splash screen
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c2dc919f..758a41fe 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_INIT(src/dillo.cc) dnl Detect the canonical host and target build environment AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(dillo, 2.0) +AM_INIT_AUTOMAKE(dillo, 2.1) AM_CONFIG_HEADER(config.h) sysconfdir=${sysconfdir}/${PACKAGE} |