Skip to content

Commit 8145cd3

Browse files
committed
Project version increased to 1.5.4
1 parent c1a09ae commit 8145cd3

File tree

8 files changed

+22
-12
lines changed

8 files changed

+22
-12
lines changed

BNCompiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cz.drasil</groupId>
88
<artifactId>binarynotes-parent</artifactId>
9-
<version>1.5.3</version>
9+
<version>1.5.4</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

BNCompiler/src/main/java/org/bn/compiler/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636

3737
public class Main {
3838

39-
private static final String VERSION = "1.5.3";
39+
private static final String VERSION = "1.5.4";
4040

4141
private CompilerArgs arguments = null;
4242

4343
public static void main(String args[]) {
4444
try {
4545
System.out.println("BinaryNotes compiler v" + VERSION);
46-
System.out.println(" (c) 2006-2011 Abdulla G. Abdurakhmanov");
46+
System.out.println(" (c) 2006-2014 Abdulla G. Abdurakhmanov, Pavel Drasil");
4747
new Main().start(args);
4848
} catch (Exception ex) {
4949
System.err.println(ex);

BinaryNotes.NET/BinaryNotes/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyDescription("BinaryNotes Library")]
1212
[assembly: AssemblyCompany("http://bnotes.sf.net")]
1313
[assembly: AssemblyProduct("BinaryNotes")]
14-
[assembly: AssemblyCopyright("Copyright © 2006-2011 Abdulla G. Abdurakhmanov")]
14+
[assembly: AssemblyCopyright("Copyright © 2006-2014 Abdulla G. Abdurakhmanov, Pavel Drasil")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717

@@ -26,7 +26,7 @@
2626
// You can specify all the values or you can default the Revision and Build Numbers
2727
// by using the '*' as shown below:
2828

29-
[assembly: AssemblyVersion("1.5.3")]
29+
[assembly: AssemblyVersion("1.5.4")]
3030

3131
//
3232
// In order to sign your assembly you must specify a key to use. Refer to the
@@ -60,4 +60,4 @@
6060
[assembly: AssemblyKeyName("")]
6161

6262

63-
[assembly: AssemblyFileVersionAttribute("1.5.2")]
63+
[assembly: AssemblyFileVersionAttribute("1.5.4")]

BinaryNotes.NET/BinaryNotesTests/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("(c) Abdulla G. Abdurakhmanov")]
1212
[assembly: AssemblyProduct("BinaryNotes")]
13-
[assembly: AssemblyCopyright("Copyright © Abdulla G. Abdurakhmanov 2006")]
13+
[assembly: AssemblyCopyright("Copyright © 2006-2014 Abdulla G. Abdurakhmanov, Pavel Drasil")]
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("1.4.0")]
36-
[assembly: AssemblyFileVersion("1.4.0")]
35+
[assembly: AssemblyVersion("1.5.4")]
36+
[assembly: AssemblyFileVersion("1.5.4")]

ChangeLog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ ChangeLog
55
[!] - Important warning or note
66
{<component>} - Component/Group that changed
77

8+
1.5.4 {all} [+] Added support for Enumerated with default value
9+
1.5.4 {all} [+] Default values are skipped during encoding
10+
1.5.4 {comp} [*] Fixed failing unit test
11+
1.5.4 {comp} [+] Output folder is created if it does not exist
12+
1.5.4 {comp} [!] Module files moved inside the compiler JAR, removed the command line parameter specifying the path
13+
1.5.4 {lib} [!] .NET unit tests reworked for the Misrosoft unit testing framework
14+
1.5.4 {all} [!] Removed BinaryNotesMQ and .NET CF stuff
15+
1.5.4 {all} [!] Project structure completely reworked (building using Maven, removed unnecessary and generated files)
16+
1.5.4 {all} [!] Project adopted by Pavel Drasil
17+
-
818
1.5.3 {lib} [+] BinaryNotes.NET migrated to MSVC10
919
1.5.3 {all} [!] Migrated to Apache License v2
1020
-

Dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cz.drasil</groupId>
88
<artifactId>binarynotes-parent</artifactId>
9-
<version>1.5.3</version>
9+
<version>1.5.4</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

JavaLibrary/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cz.drasil</groupId>
88
<artifactId>binarynotes-parent</artifactId>
9-
<version>1.5.3</version>
9+
<version>1.5.4</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>cz.drasil</groupId>
77
<artifactId>binarynotes-parent</artifactId>
8-
<version>1.5.3</version>
8+
<version>1.5.4</version>
99
<packaging>pom</packaging>
1010

1111
<modules>

0 commit comments

Comments
 (0)