diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2023-04-01 21:53:58 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2023-04-01 21:53:58 +0200 |
commit | 5730e908d47984aab65b3bcf0925643401e8476b (patch) | |
tree | b3a197a2e5415f679182cbf110087a049048de33 /configure.ac | |
parent | 051bf12ec7907e8f88f31bfb92418888a1a3505f (diff) | |
download | flexloader-5730e908d47984aab65b3bcf0925643401e8476b.tar.gz |
Import flexloader-0.02.tar.gzflexloader-0.02
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 8232326..6c71bc3 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AM_CONFIG_HEADER(config.h) dnl Determine the host and build type. The target is always a PIC. AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(flexloader, 0.01) +AM_INIT_AUTOMAKE(flexloader, 0.02) dnl Checks for programs. AC_PROG_CC |