~grubng-dev/grubng/tools-urlsdb

« back to all changes in this revision

Viewing changes to AssemblyInfo.cs

  • Committer: thindil
  • Date: 2010-04-04 08:50:16 UTC
  • Revision ID: thindil2@gmail.com-20100404085016-d72lzc6fpxchwymn
added doxygen configuration file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//  
2
 
//  Copyright (C) 2009,2010,2011 Bartek thindil Jasicki
 
2
//  Copyright (C) 2009,2010 Bartek thindil Jasicki
3
3
// 
4
4
//  This file is part of Grubng
5
5
// 
29
29
[assembly: AssemblyConfiguration("")]
30
30
[assembly: AssemblyCompany("")]
31
31
[assembly: AssemblyProduct("")]
32
 
[assembly: AssemblyCopyright("(C)2009-2011 Bartek Jasicki")]
 
32
[assembly: AssemblyCopyright("(C)2009-2010 Bartek Jasicki")]
33
33
[assembly: AssemblyTrademark("")]
34
34
[assembly: AssemblyCulture("")]
35
35
[assembly: ComVisible (false)]
39
39
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
40
40
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
41
41
 
42
 
[assembly: AssemblyVersion("1.0")]
 
42
[assembly: AssemblyVersion("0.3")]
43
43
 
44
44
// The following attributes are used to specify the signing key for the assembly, 
45
45
// if desired. See the Mono documentation for more information about signing.