diff options
author | jbj <devnull@localhost> | 1999-04-05 19:01:33 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-04-05 19:01:33 +0000 |
commit | 0beb0f799d72bc4f775769ce79a593018b558369 (patch) | |
tree | 89d5306e45c55d0767be1cb0d293847179f76cfa /configure.in | |
parent | c56d566b179f212f3e6500a7101c8c4f9f08522a (diff) | |
download | librpm-tizen-0beb0f799d72bc4f775769ce79a593018b558369.tar.gz librpm-tizen-0beb0f799d72bc4f775769ce79a593018b558369.tar.bz2 librpm-tizen-0beb0f799d72bc4f775769ce79a593018b558369.zip |
Bump version.
CVS patchset: 2948
CVS date: 1999/04/05 19:01:33
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 7e5f091a4..bc97a2c08 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ dnl it, why check it? AC_INIT(rpm.c) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(rpm, 2.93) +AM_INIT_AUTOMAKE(rpm, 2.94) AM_CONFIG_HEADER(config.h) AC_PREREQ(2.12) dnl Minimum Autoconf version required. |