diff options
author | jacob janzen <53062115+JacobJanzen@users.noreply.github.com> | 2024-02-14 19:49:23 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 01:49:23 +0000 |
commit | 048939f36e25d8b8beaeb8aa41802a4145d554aa (patch) | |
tree | f27078bb400347304fefa11bd7876469452bcf6f | |
parent | 762ce2792750dfc662364372f308b03b91aa925c (diff) |
bump version (#5)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 131c8a9..6cd8084 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.65]) -AC_INIT([urlg], [0.0.1], [jacob.a.s.janzen@gmail.com]) +AC_INIT([urlg], [0.0.1-alpha], [jacob.a.s.janzen@gmail.com]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR([build-aux]) |