Skip to content

Commit 0908226

Browse files
committed
Increment version number: 0.8.0
1 parent c2600fb commit 0908226

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ArchiveExplorer/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("ArchiveExplorer")]
13-
[assembly: AssemblyCopyright("Copyright © maxton 2016")]
13+
[assembly: AssemblyCopyright("Copyright © maxton 2017")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.7.0.*")]
36-
[assembly: AssemblyFileVersion("0.7.0.0")]
35+
[assembly: AssemblyVersion("0.8.0.*")]
36+
[assembly: AssemblyFileVersion("0.8.0.0")]

Library/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* AssemblyInfo.cs
33
*
4-
* Copyright (c) 2015,2016, maxton. All rights reserved.
4+
* Copyright (c) 2015-2017, maxton. All rights reserved.
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
@@ -29,7 +29,7 @@
2929
[assembly: AssemblyConfiguration("")]
3030
[assembly: AssemblyCompany("")]
3131
[assembly: AssemblyProduct("GameArchives")]
32-
[assembly: AssemblyCopyright("Copyright © 2016")]
32+
[assembly: AssemblyCopyright("Copyright © 2017")]
3333
[assembly: AssemblyTrademark("")]
3434
[assembly: AssemblyCulture("")]
3535

@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("0.7.0.*")]
55-
[assembly: AssemblyFileVersion("0.7.0.0")]
54+
[assembly: AssemblyVersion("0.8.0.*")]
55+
[assembly: AssemblyFileVersion("0.8.0.0")]

0 commit comments

Comments
 (0)