Skip to content

Commit

Permalink
Temporary workaround for version number setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mridoni committed Sep 13, 2023
1 parent 6d26686 commit fcf93e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([gixsql], ['`sh version.sh`'], [[email protected]])
AC_INIT([gixsql], ['1.0.21dev'], [[email protected]])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.9.6 -Wall -Werror dist-bzip2 subdir-objects])
Expand Down

0 comments on commit fcf93e3

Please sign in to comment.