diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-09-06 13:01:32 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2020-09-06 13:01:32 +0000 |
commit | 1d263277285e96f06dd85325e9754ffef7a36e7f (patch) | |
tree | d749e69fcb3b513494b3741fc8f56c1d326ebf3f /configure.ac | |
parent | Move old ChangeLog entries to ChangeLog.1 (diff) | |
download | w3m-1d263277285e96f06dd85325e9754ffef7a36e7f.tar.gz w3m-1d263277285e96f06dd85325e9754ffef7a36e7f.zip |
Drop bug report address
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 ebb3282..6a6d557 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl w3m autoconf dnl Process this file with autoconf to produce a configure script. -AC_INIT(w3m, 0.5.3, satodai@w3m.jp) +AC_INIT(w3m, 0.5.3) PACKAGE=w3m VERSION=0.5.3 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") |