Skip to content

Commit

Permalink
release v1.4.0 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Nassos Katsamanis committed Nov 11, 2013
1 parent 571876c commit 3963d4f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ language/corrections.map
language/deletions.list
language/dico.dic
language/freq_words.list
language/greek/dirha_latin.dict
language/greek/Greek400k.dictionary
language/greek/greek_dictionary.dic
language/greek/phones.list
language/output_symbols.list
language/phones.list
language/spanish/phones.list
Expand Down Expand Up @@ -54,6 +58,10 @@ models/ac_models/english/htk/wsj_si84_2750_8/hmmdefs
models/ac_models/english/htk/wsj_si84_2750_8/macros
models/ac_models/english/htk/wsj_si84_2750_8/stats_hmm42
models/ac_models/english/htk/wsj_si84_2750_8/tiedlist
models/ac_models/greek/htk/greekdb_all_14/hmmdefs
models/ac_models/greek/htk/greekdb_all_14/macros
models/ac_models/greek/htk/greekdb_all_14/stats
models/ac_models/greek/htk/greekdb_all_14/tiedlist
models/ac_models/spanish/htk/voxforge_all_8/herest.log
models/ac_models/spanish/htk/voxforge_all_8/hmmdefs
models/ac_models/spanish/htk/voxforge_all_8/macros
Expand Down Expand Up @@ -102,6 +110,8 @@ support/config/spanish_alignment.cfg
support/config/timit_alignment.cfg
support/config/timit_alignment_adapted.cfg
support/config/vp_alignment.cfg
support/data/greek/greeksyn_05.txt
support/data/greek/greeksyn_05.wav
support/data/spanish/voxforge_spanish.txt
support/data/spanish/voxforge_spanish.wav
support/data/timit_5.phn
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
^MANIFEST\.SKIP

# Avoid archives of this distribution
\bSailAlign-[\d\.\_]+
\bSailAlign-[v\d\.\_]+

# Avoid versioning information
\B\.git\b
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Note: this file was auto-generated by Module::Build::Compat version 0.4003
# Note: this file was auto-generated by Module::Build::Compat version 0.4005

unless (eval "use Module::Build::Compat 0.02; 1" ) {
print "This module requires Module::Build to install itself.\n";
Expand Down
2 changes: 1 addition & 1 deletion lib/SailTools.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Version 1.20
=cut

our @ISA = qw(SailTools::SailComponent);
our $VERSION = '1.3.0';
our $VERSION = '1.4.0';


=head1 SYNOPSIS
Expand Down

0 comments on commit 3963d4f

Please sign in to comment.