bump version (#5)

This commit is contained in:
jacob janzen 2024-02-14 19:49:23 -06:00 committed by GitHub
parent 762ce27927
commit 048939f36e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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])