Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/07/09 11:58:21 (15 years ago)
Author:
gkronber
Message:

Updated LibSVM project to latest version. #774

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/LibSVM/Properties/AssemblyInfo.cs

    r1820 r2415  
    66// set of attributes. Change these attribute values to modify the information
    77// associated with an assembly.
    8 [assembly: AssemblyTitle("LibSVM")]
    9 [assembly: AssemblyDescription("")]
     8[assembly: AssemblyTitle("SVM.NET")]
     9[assembly: AssemblyDescription("A .NET Support Vector Machine library adapted from libsvm")]
    1010[assembly: AssemblyConfiguration("")]
    1111[assembly: AssemblyCompany("Matthew Johnson")]
    12 [assembly: AssemblyProduct("SVM.NET Library")]
    13 [assembly: AssemblyCopyright("Copyright (C) 2008 Matthew Johnson")]
     12[assembly: AssemblyProduct("SVM.NET")]
     13[assembly: AssemblyCopyright("Copyright ©  Matthew Johnson 2009")]
    1414[assembly: AssemblyTrademark("")]
    1515[assembly: AssemblyCulture("")]
     
    2121
    2222// The following GUID is for the ID of the typelib if this project is exposed to COM
    23 [assembly: Guid("1f115aaf-e714-4341-b2ad-5e84d30b6a1a")]
     23[assembly: Guid("803d4e74-70db-432e-a4da-32e7a021eec2")]
    2424
    2525// Version information for an assembly consists of the following four values:
     
    3030//      Revision
    3131//
    32 [assembly: AssemblyVersion("2.84")]
    33 [assembly: AssemblyFileVersion("2.84")]
     32// You can specify all the values or you can default the Revision and Build Numbers
     33// by using the '*' as shown below:
     34[assembly: AssemblyVersion("1.6.3")]
     35[assembly: AssemblyFileVersion("1.6.3")]
Note: See TracChangeset for help on using the changeset viewer.