diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-01-06 17:05:32 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-01-06 17:05:32 -0500 |
commit | 2452e72d5c5a87e5e0ed305e7a1d207a7ce4c3d0 (patch) | |
tree | 8856ee23cf490e67ca6754a924d1237a7cfcf458 | |
parent | d68ccf7c2ae9516ca2ddacc5f65e2277038b23f6 (diff) |
Update version to 0.2.0.
-rw-r--r-- | configure.ac | 2 |
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]) |