diff options
author | Arun Isaac | 2019-09-23 21:25:34 +0530 |
---|---|---|
committer | Arun Isaac | 2019-09-23 21:25:34 +0530 |
commit | 5e88d4515de5aae0965b52e8806aa160e4b5d261 (patch) | |
tree | ea2e7c8a61622b682aefd50bfe8144692602cf27 /configure.ac | |
parent | dbdde8eab8ee4cc545a7adcff5089f14f7c211ec (diff) | |
download | guile-email-5e88d4515de5aae0965b52e8806aa160e4b5d261.tar.gz guile-email-5e88d4515de5aae0965b52e8806aa160e4b5d261.tar.lz guile-email-5e88d4515de5aae0965b52e8806aa160e4b5d261.zip |
Release version 0.2.1.v0.2.1
* NEWS: Update news.
* README.org (Download): Add guile-email-0.2.1 tarball.
* configure.ac: Bump version to 0.2.1.
* releases/guile-email-0.2.1.tar.lz,
releases/guile-email-0.2.1.tar.lz.asc: New files.
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 1f604c4..a5241bf 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU Affero General Public dnl License along with guile-email. If not, see dnl <http://www.gnu.org/licenses/>. -AC_INIT([guile-email], [0.2.0]) +AC_INIT([guile-email], [0.2.1]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign check-news no-dist-gzip dist-lzip]) AM_SILENT_RULES([yes]) |