diff options
author | Yunchih Chen <yunchih.cat@gmail.com> | 2018-12-11 18:34:54 +0800 |
---|---|---|
committer | Yunchih Chen <yunchih.cat@gmail.com> | 2018-12-11 18:34:54 +0800 |
commit | 85f099a63b7c0b1ce1154921be895d51d3d8abf8 (patch) | |
tree | ed8adeefe1004605c15c758f8066d0a47a57ce39 /configure.ac | |
parent | 285ca09c0d1440aea584860dbcccd25516323661 (diff) | |
download | nfcollect-sqlite3.tar.gz nfcollect-sqlite3.tar.zst nfcollect-sqlite3.zip |
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 e94fc79..93a727b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([nfcollect], [1.0]) +AC_INIT([nfcollect], [0.2]) # Safety checks in case user overwritten --srcdir AC_CONFIG_SRCDIR([nfcollect.c]) |