Skip to content

Commit 0cb353a

Browse files
committed
Merge pull request #37 from dds-bridge/develop
Cumulative update for (new) v2.8.1
2 parents 177b5ce + 40153fb commit 0cb353a

37 files changed

+46
-45
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ DDS offers a wide range of functions, including par-score calculations.
66

77
Please refer to the [home page](http://privat.bahnhof.se/wb758135) for details.
88

9-
The current version is DDS 2.8.0 released in November 2014 and licensed under the Apache 2.0 license in the LICENSE FILE.
9+
The current version is DDS 2.8.1 released in January 2015 and licensed under the Apache 2.0 license in the LICENSE FILE.
1010

1111
Release notes are in the ChangeLog file.
1212

13-
(c) Bo Haglund 2006-2014, (c) Bo Haglund / Soren Hein 2014.
13+
(c) Bo Haglund 2006-2014, (c) Bo Haglund / Soren Hein 2014-2015.
1414

1515

1616
Credits
@@ -83,7 +83,7 @@ The DDS library interface is very well documented. You find the docs, including
8383

8484
Bugs
8585
====
86-
Version 2.8.0 has no known bugs.
86+
Version 2.8.1 has no known bugs.
8787

8888
Please report bugs to bo.haglund@bahnhof.se and soren.hein@gmail.com.
8989

include/dll.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DDS, a bridge double dummy solver.
33
44
Copyright (C) 2006-2014 by Bo Haglund /
5-
2014 by Bo Haglund & Soren Hein.
5+
2014-2015 by Bo Haglund & Soren Hein.
66
77
See LICENSE and README.
88
*/
@@ -26,8 +26,8 @@
2626
#define EXTERN_C
2727
#endif
2828

29-
/* Version 2.8.0. Allowing for 2 digit minor versions */
30-
#define DDS_VERSION 20800
29+
/* Version 2.8.1. Allowing for 2 digit minor versions */
30+
#define DDS_VERSION 20801
3131

3232

3333
#define DDS_HANDS 4

include/portab.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DDS, a bridge double dummy solver.
33
44
Copyright (C) 2006-2014 by Bo Haglund /
5-
2014 by Bo Haglund & Soren Hein.
5+
2014-2015 by Bo Haglund & Soren Hein.
66
77
See LICENSE and README.
88
*/

src/ABsearch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DDS, a bridge double dummy solver.
33
44
Copyright (C) 2006-2014 by Bo Haglund /
5-
2014 by Bo Haglund & Soren Hein.
5+
2014-2015 by Bo Haglund & Soren Hein.
66
77
See LICENSE and README.
88
*/

src/ABsearch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DDS, a bridge double dummy solver.
33
44
Copyright (C) 2006-2014 by Bo Haglund /
5-
2014 by Bo Haglund & Soren Hein.
5+
2014-2015 by Bo Haglund & Soren Hein.
66
77
See LICENSE and README.
88
*/

src/ABstats.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DDS, a bridge double dummy solver.
33
44
Copyright (C) 2006-2014 by Bo Haglund /
5-
2014 by Bo Haglund & Soren Hein.
5+
2014-2015 by Bo Haglund & Soren Hein.
66
77
See LICENSE and README.
88
*/

src/ABstats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DDS, a bridge double dummy solver.
33
44
Copyright (C) 2006-2014 by Bo Haglund /
5-
2014 by Bo Haglund & Soren Hein.
5+
2014-2015 by Bo Haglund & Soren Hein.
66
77
See LICENSE and README.
88
*/

src/CalcTables.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DDS, a bridge double dummy solver.
33
44
Copyright (C) 2006-2014 by Bo Haglund /
5-
2014 by Bo Haglund & Soren Hein.
5+
2014-2015 by Bo Haglund & Soren Hein.
66
77
See LICENSE and README.
88
*/

src/DealerPar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DDS, a bridge double dummy solver.
33
44
Copyright (C) 2006-2014 by Bo Haglund /
5-
2014 by Bo Haglund & Soren Hein.
5+
2014-2015 by Bo Haglund & Soren Hein.
66
77
See LICENSE and README.
88
*/

src/Init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DDS, a bridge double dummy solver.
33
44
Copyright (C) 2006-2014 by Bo Haglund /
5-
2014 by Bo Haglund & Soren Hein.
5+
2014-2015 by Bo Haglund & Soren Hein.
66
77
See LICENSE and README.
88
*/

0 commit comments

Comments
 (0)