diff options
| author | Arun Isaac | 2019-08-09 03:18:45 +0530 |
|---|---|---|
| committer | Arun Isaac | 2019-08-09 03:18:45 +0530 |
| commit | 2125ee1b6b158781f29fbb7aab61cac6f84ecadf (patch) | |
| tree | 3b6f5bb9bc14348f3373b4676772c454abf074c1 /configure.ac | |
| parent | cefb20984f207880e63e78e616e84ada9befed22 (diff) | |
| download | guile-email-2125ee1b6b158781f29fbb7aab61cac6f84ecadf.tar.gz | |
Bump version to 0.2.0. v0.2.0
* configure.ac: Bump version. * NEWS: New file.
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 5de8c76..1f604c4 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.1.0]) +AC_INIT([guile-email], [0.2.0]) 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]) |
