Skip to content

Commit 277e95c

Browse files
author
Andras Fekete
committed
Prepare for next release
1 parent 0a2e3f9 commit 277e95c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

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

66
AC_COPYRIGHT([Copyright (C) 2024 wolfSSL Inc.])
77
AC_PREREQ([2.69])
8-
AC_INIT([wolfprov], [1.0.0])
8+
AC_INIT([wolfprov], [1.1.0-RC])
99
AC_CONFIG_AUX_DIR([build-aux])
1010

1111
AC_CONFIG_HEADERS([include/config.h])

include/wolfprovider/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
extern "C" {
2828
#endif
2929

30-
#define LIBWOLFPROV_VERSION_STRING "1.0.0"
30+
#define LIBWOLFPROV_VERSION_STRING "1.1.0-RC"
3131
#define LIBWOLFPROV_VERSION_HEX @HEX_VERSION@
3232

3333
#ifdef __cplusplus

0 commit comments

Comments
 (0)