Skip to content

Commit 5a1a607

Browse files
authored
Merge pull request #361 from byte-physics/add-changelog-for-next-release
Add changelog for next release
2 parents 4175fe1 + f8c5650 commit 5a1a607

88 files changed

Lines changed: 246 additions & 81 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

License.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013-2022 byte physics and contributors
1+
Copyright 2013-2023 byte physics and contributors
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are met:

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.08
5+
newVersion=1.09
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.08
41+
PROJECT_NUMBER = 1.09
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

docu/examples/CoverageDemoCode.ipf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#pragma TextEncoding = "UTF-8"
2+
#pragma version=1.09
23
#pragma rtGlobals=3 // Use modern global access method and strict wave access.
34
#pragma rtFunctionErrors=1
45

docu/examples/Example6/example6-automatic-invocation.ipf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma rtGlobals=3
22
#pragma TextEncoding="UTF-8"
3+
#pragma version=1.09
34
#pragma ModuleName=Example6
45

56
#include "unit-testing"

docu/examples/Example6/example6-runner.ipf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma rtGlobals=3
22
#pragma TextEncoding="UTF-8"
3+
#pragma version=1.09
34

45
#include "unit-testing"
56

docu/examples/TAP_Examples/tap_example1a-uncaught-aborts.ipf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma rtGlobals=3
22
#pragma ModuleName=TAPExample1a
3+
#pragma version=1.09
34

45
#include "unit-testing"
56

docu/examples/TAP_Examples/tap_example1b-warn_and_error.ipf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#pragma rtGlobals=3
2+
#pragma version=1.09
23

34
#include "unit-testing"
45

docu/examples/example1-plain.ipf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma rtGlobals=3
22
#pragma TextEncoding="UTF-8"
3+
#pragma version=1.09
34

45
#include "unit-testing"
56

docu/examples/example10-peakfind.ipf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#pragma TextEncoding = "UTF-8"
2+
#pragma version=1.09
23
#pragma rtGlobals=3 // Use modern global access method and strict wave access.
34

45
#include "unit-testing"

0 commit comments

Comments
 (0)