~grubng-dev/grubng/tools-urlsdb

« back to all changes in this revision

Viewing changes to AssemblyInfo.cs

  • Committer: thindil
  • Date: 2011-06-02 09:20:50 UTC
  • Revision ID: thindil2@gmail.com-20110602092050-hdjatnl4vfru8089
fixed bug with compressing backup files

Show diffs side-by-side

added added

removed removed

Lines of Context:
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("1.0.1")]
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.