Revision 39210bf7205ccb542ee2a218f0876e30355c32dd authored by Mohamed Barakat on 06 October 2016, 20:31:04 UTC, committed by Mohamed Barakat on 06 October 2016, 20:31:04 UTC
1 parent 7d5867f
Raw File
makedoc.g
LoadPackage( "AutoDoc", "2016.02.16" );



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


AutoDoc( rec(
) );


QUIT;
back to top