summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-01-06 17:05:32 -0500
committerDavid Thompson <dthompson2@worcester.edu>2023-01-06 17:05:32 -0500
commit2452e72d5c5a87e5e0ed305e7a1d207a7ce4c3d0 (patch)
tree8856ee23cf490e67ca6754a924d1237a7cfcf458
parentd68ccf7c2ae9516ca2ddacc5f65e2277038b23f6 (diff)
Update version to 0.2.0.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 372b7d4..dfea9f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- Autoconf -*-
-AC_INIT(Guile-syntax-highlight, 0.1)
+AC_INIT(Guile-syntax-highlight, 0.2.0)
AC_CONFIG_SRCDIR(syntax-highlight)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign])