Skip to content

Commit 7c08a3c

Browse files
committed
version changed 5.4.5 -> 5.5.0
1 parent bda6746 commit 7c08a3c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

src/core/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
3434

35-
[assembly: AssemblyVersion("5.4.5")]
35+
[assembly: AssemblyVersion("5.5.0")]

src/core/iTextSharp/text/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public sealed class Version {
6868
* This String contains the version number of this iText release.
6969
* For debugging purposes, we request you NOT to change this constant.
7070
*/
71-
static private String release = "5.4.6-SNAPSHOT";
71+
static private String release = "5.5.0";
7272

7373
/**
7474
* The license key.

src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
//
2525
// You can specify all the values or you can default the Revision and Build Numbers
2626
// by using the '*' as shown below:
27-
[assembly: AssemblyVersion("5.4.5")]
27+
[assembly: AssemblyVersion("5.5.0")]

src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

@@ -31,4 +31,4 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("5.4.5")]
34+
[assembly: AssemblyVersion("5.5.0")]

src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("5.4.5")]
34+
[assembly: AssemblyVersion("5.5.0")]

src/extras/itextsharp.tests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("5.4.5")]
34+
[assembly: AssemblyVersion("5.5.0")]

src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
//
3333
// You can specify all the values or you can default the Revision and Build Numbers
3434
// by using the '*' as shown below:
35-
[assembly: AssemblyVersion("5.4.5")]
35+
[assembly: AssemblyVersion("5.5.0")]

0 commit comments

Comments
 (0)