Revision 7d5867fd6b9632c4dfff7afab1301df583556a13 authored by Mohamed Barakat on 06 October 2016, 20:29:59 UTC, committed by Mohamed Barakat on 06 October 2016, 20:29:59 UTC
1 parent fe6dd6b
Raw File
makedoc.g
LoadPackage( "AutoDoc", "2016.02.16" );



Read( "PackageInfo.g" ); 
PrintTo( "VERSION", GAPInfo.PackageInfoCurrent.Version ); 


AutoDoc( rec(
) );


QUIT;
back to top