diff --git a/CMakeLists.txt b/CMakeLists.txt index c893de619..e8f6574e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ else() endif() project(picoquic - VERSION 1.1.30.1 + VERSION 1.1.30.2 DESCRIPTION "picoquic library" LANGUAGES C CXX) diff --git a/picoquic/picoquic.h b/picoquic/picoquic.h index f65a7a131..57d028c74 100644 --- a/picoquic/picoquic.h +++ b/picoquic/picoquic.h @@ -40,7 +40,7 @@ extern "C" { #endif -#define PICOQUIC_VERSION "1.1.30.1" +#define PICOQUIC_VERSION "1.1.30.2" #define PICOQUIC_ERROR_CLASS 0x400 #define PICOQUIC_ERROR_DUPLICATE (PICOQUIC_ERROR_CLASS + 1) #define PICOQUIC_ERROR_AEAD_CHECK (PICOQUIC_ERROR_CLASS + 3)