Browse Source

# revisions: 18082
------------------------------------------------------------------------

git-svn-id: branches/fixes_2_6@18091 -

marco 14 years ago
parent
commit
ec83b8051c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .gitattributes
  2. 1 1
      packages/matroska/fpmake.pp_disabled

+ 1 - 1
.gitattributes

@@ -4922,7 +4922,7 @@ packages/mad/fpmake.pp svneol=native#text/plain
 packages/mad/src/mad.pas svneol=native#text/plain
 packages/mad/src/mad.pas svneol=native#text/plain
 packages/matroska/Makefile svneol=native#text/plain
 packages/matroska/Makefile svneol=native#text/plain
 packages/matroska/Makefile.fpc svneol=native#text/plain
 packages/matroska/Makefile.fpc svneol=native#text/plain
-packages/matroska/fpmake.pp svneol=native#text/plain
+packages/matroska/fpmake.pp_disabled svneol=native#text/plain
 packages/matroska/src/matroska.pas svneol=native#text/plain
 packages/matroska/src/matroska.pas svneol=native#text/plain
 packages/modplug/Makefile svneol=native#text/plain
 packages/modplug/Makefile svneol=native#text/plain
 packages/modplug/Makefile.fpc svneol=native#text/plain
 packages/modplug/Makefile.fpc svneol=native#text/plain

+ 1 - 1
packages/matroska/fpmake.pp → packages/matroska/fpmake.pp_disabled

@@ -16,7 +16,7 @@ begin
 {$ifdef ALLPACKAGES}
 {$ifdef ALLPACKAGES}
     P.Directory:='matroska';
     P.Directory:='matroska';
 {$endif ALLPACKAGES}
 {$endif ALLPACKAGES}
-    P.Version:='2.2.2-0';
+    P.Version:='2.7.1';
     P.SourcePath.Add('src');
     P.SourcePath.Add('src');
 
 
     T:=P.Targets.AddUnit('matroska.pas');
     T:=P.Targets.AddUnit('matroska.pas');