source: tags/arb-6.0/GDE/MAFFT/mafft-7.055-with-extensions/core/version.c

Last change on this file was 10371, checked in by aboeckma, 11 years ago

updated mafft version. Added extensions (no svn ignore, yet)

File size: 83 bytes
Line 
1#include "mltaln.h"
2
3int main()
4{
5        fprintf( stdout, VERSION"\n" );
6        return( 0 );
7}
Note: See TracBrowser for help on using the repository browser.