Skip to content

Commit

Permalink
Remove VERSION file
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 24, 2024
1 parent d76e348 commit 2fe7552
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl ##
dnl ## Setup autoconf
dnl ##
AC_PREREQ([2.68])
AC_INIT([4ti2gap], m4_esyscmd([tr -d '\n' < VERSION]))
AC_INIT([4ti2gap])
AC_CONFIG_SRCDIR([src/4ti2gap.cc])
AC_CONFIG_HEADERS([src/pkgconfig.h:cnf/pkgconfig.h.in])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
1 change: 0 additions & 1 deletion makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ if fail = LoadPackage("AutoDoc", ">= 2016.01.21") then
fi;

AutoDoc();
PrintTo("VERSION", GAPInfo.PackageInfoCurrent.Version);

QUIT;

0 comments on commit 2fe7552

Please sign in to comment.