Skip to content

Commit 2a86a7b

Browse files
committed
Raise versions
Forgotten in last release.
1 parent cc50655 commit 2a86a7b

10 files changed

Lines changed: 11 additions & 11 deletions

create-public-release.sh

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

33
set -e
44

5-
newVersion=1.07
5+
newVersion=1.08
66
revision=UnitTestingFramework-v$newVersion
77

88
filesToWatch="procedures docu helper INSTALL.txt"

docu/doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Unit Testing Framework"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.07
41+
PROJECT_NUMBER = 1.08
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

procedures/unit-testing-autorun.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma rtGlobals=3
2-
#pragma version=1.07
2+
#pragma version=1.08
33
#pragma TextEncoding="UTF-8"
44

55
// Licensed under 3-Clause BSD, see License.txt

procedures/unit-testing-basics.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma rtGlobals=3
2-
#pragma version=1.07
2+
#pragma version=1.08
33
#pragma TextEncoding="UTF-8"
44

55
// Licensed under 3-Clause BSD, see License.txt

procedures/unit-testing-comparators.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma rtGlobals=3
2-
#pragma version=1.07
2+
#pragma version=1.08
33
#pragma TextEncoding="UTF-8"
44

55
// Licensed under 3-Clause BSD, see License.txt

procedures/unit-testing-constants.ipf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#pragma rtGlobals=3
2-
#pragma version=1.07
2+
#pragma version=1.08
33
#pragma TextEncoding="UTF-8"
44

55
// Licensed under 3-Clause BSD, see License.txt
66

77
///@cond HIDDEN_SYMBOL
88

99
// Package Version
10-
Constant PKG_VERSION = 1.07
10+
Constant PKG_VERSION = 1.08
1111

1212
/// Settings folder
1313
StrConstant PKG_FOLDER = "root:Packages:UnitTesting"

procedures/unit-testing-hooks.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma rtGlobals=3
2-
#pragma version=1.07
2+
#pragma version=1.08
33
#pragma TextEncoding="UTF-8"
44

55
// Licensed under 3-Clause BSD, see License.txt

procedures/unit-testing-junit.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma TextEncoding="UTF-8"
22
#pragma rtGlobals=3
3-
#pragma version=1.07
3+
#pragma version=1.08
44

55
// Licensed under 3-Clause BSD, see License.txt
66

procedures/unit-testing-tap.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma TextEncoding = "UTF-8"
22
#pragma rtGlobals=3 // Use modern global access method and strict wave access.
3-
#pragma version=1.07
3+
#pragma version=1.08
44

55
// Licensed under 3-Clause BSD, see License.txt
66

procedures/unit-testing.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma rtGlobals=3
2-
#pragma version=1.07
2+
#pragma version=1.08
33
#pragma TextEncoding="UTF-8"
44

55
// Licensed under 3-Clause BSD, see License.txt

0 commit comments

Comments
 (0)