Skip to content

Commit 6058e18

Browse files
committed
moved to 1.82
1 parent edc97e2 commit 6058e18

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

bc-build.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# intended to hold user-specific settings that are *not* committed to
44
# the repository.
55

6-
release.suffix: 1.82-SNAPSHOT
7-
release.name: 1.82-SNAPSHOT
8-
release.version: 1.82.99
9-
release.debug: true
6+
release.suffix: 1.82
7+
release.name: 1.82
8+
release.version: 1.82
9+
release.debug: false
1010

1111
mail.jar.home: ./libs/javax.mail-1.4.7.jar
1212
activation.jar.home: ./libs/activation-1.1.1.jar

prov/src/main/java/org/bouncycastle/jce/provider/BouncyCastleProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public final class BouncyCastleProvider extends Provider
7878
{
7979
private static final Logger LOG = Logger.getLogger(BouncyCastleProvider.class.getName());
8080

81-
private static String info = "BouncyCastle Security Provider v1.81";
81+
private static String info = "BouncyCastle Security Provider v1.82";
8282

8383
public static final String PROVIDER_NAME = "BC";
8484

@@ -172,7 +172,7 @@ public final class BouncyCastleProvider extends Provider
172172
*/
173173
public BouncyCastleProvider()
174174
{
175-
super(PROVIDER_NAME, 1.81, info);
175+
super(PROVIDER_NAME, 1.82, info);
176176

177177
AccessController.doPrivileged(new PrivilegedAction()
178178
{

prov/src/main/java/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class BouncyCastlePQCProvider
2222
extends Provider
2323
implements ConfigurableProvider
2424
{
25-
private static String info = "BouncyCastle Post-Quantum Security Provider v1.81";
25+
private static String info = "BouncyCastle Post-Quantum Security Provider v1.82";
2626

2727
public static String PROVIDER_NAME = "BCPQC";
2828

@@ -51,7 +51,7 @@ public class BouncyCastlePQCProvider
5151
*/
5252
public BouncyCastlePQCProvider()
5353
{
54-
super(PROVIDER_NAME, 1.81, info);
54+
super(PROVIDER_NAME, 1.82, info);
5555

5656
AccessController.doPrivileged(new PrivilegedAction()
5757
{

prov/src/main/jdk1.1/org/bouncycastle/jce/provider/BouncyCastleProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
public final class BouncyCastleProvider extends Provider
4444
implements ConfigurableProvider
4545
{
46-
private static String info = "BouncyCastle Security Provider v1.81";
46+
private static String info = "BouncyCastle Security Provider v1.82";
4747

4848
public static final String PROVIDER_NAME = "BC";
4949

@@ -118,7 +118,7 @@ public final class BouncyCastleProvider extends Provider
118118
*/
119119
public BouncyCastleProvider()
120120
{
121-
super(PROVIDER_NAME, 1.8100, info);
121+
super(PROVIDER_NAME, 1.8200, info);
122122

123123
setup();
124124
}

prov/src/main/jdk1.4/org/bouncycastle/jce/provider/BouncyCastleProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
public final class BouncyCastleProvider extends Provider
5252
implements ConfigurableProvider
5353
{
54-
private static String info = "BouncyCastle Security Provider v1.81";
54+
private static String info = "BouncyCastle Security Provider v1.82";
5555

5656
public static final String PROVIDER_NAME = "BC";
5757

@@ -135,7 +135,7 @@ public final class BouncyCastleProvider extends Provider
135135
*/
136136
public BouncyCastleProvider()
137137
{
138-
super(PROVIDER_NAME, 1.8100, info);
138+
super(PROVIDER_NAME, 1.8200, info);
139139

140140
AccessController.doPrivileged(new PrivilegedAction()
141141
{

0 commit comments

Comments
 (0)