File tree Expand file tree Collapse file tree 8 files changed +11
-7
lines changed Expand file tree Collapse file tree 8 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set(ATSDK_USE_SHARED_LIBS ${NOPORTS_USE_SHARED_LIBS})
14
14
cmake_minimum_required (VERSION 3.19 )
15
15
set (CMAKE_C_STANDARD 99 )
16
16
cmake_policy (SET CMP0135 NEW )
17
- project (noports VERSION 1.0.13 LANGUAGES C )
17
+ project (noports VERSION 1.0.14 LANGUAGES C )
18
18
19
19
include ("${CMAKE_CURRENT_LIST_DIR} /cmake/CPackSetup.cmake" )
20
20
Original file line number Diff line number Diff line change 1
1
# package info
2
2
set (CPACK_PACKAGE_NAME noports )
3
3
set (CPACK_PACKAGE_DESCRIPTION "noports source tarballs" )
4
- set (CPACK_PACKAGE_VERSION 1.0.13 )
4
+ set (CPACK_PACKAGE_VERSION 1.0.14 )
5
5
set (CPACK_PACKAGE_VENDOR_NAME atsign-foundation )
6
6
7
7
# cmake configuration
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if(NOT atsdk_FOUND)
12
12
FetchContent_Declare (
13
13
atsdk
14
14
GIT_REPOSITORY https://github.com/atsign-foundation/at_c.git
15
- GIT_TAG 38747eba7a53dca1c9b0494c5b0f4ba13c97a834
15
+ GIT_TAG 319ccd1a713abc7dc546b781678ea7502bc8af9d
16
16
)
17
17
endif ()
18
18
FetchContent_MakeAvailable (atsdk )
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.19 )
2
2
set (CMAKE_C_STANDARD 99 )
3
3
cmake_policy (SET CMP0135 NEW )
4
- project (graceful-shutdown-tool VERSION 1.0.13 LANGUAGES C )
4
+ project (graceful-shutdown-tool VERSION 1.0.14 LANGUAGES C )
5
5
6
6
include (FetchContent )
7
7
include (GNUInstallDirs )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.19)
2
2
set (CMAKE_C_STANDARD 99 )
3
3
cmake_policy (SET CMP0135 NEW )
4
4
5
- project (srv VERSION 1.0.13 LANGUAGES C )
5
+ project (srv VERSION 1.0.14 LANGUAGES C )
6
6
7
7
# 1. Variables - you are free to edit anything in this step
8
8
Original file line number Diff line number Diff line change
1
+ ## 1.0.14
2
+
3
+ - build(deps): Bump at_c to use MbedTLS 3.6.4
4
+
1
5
## 1.0.13
2
6
3
7
- feat: csshnpd root-domain implementation
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.19 )
2
2
set (CMAKE_C_STANDARD 99 )
3
3
cmake_policy (SET CMP0135 NEW )
4
- project (sshnpd VERSION 1.0.13 LANGUAGES C )
4
+ project (sshnpd VERSION 1.0.14 LANGUAGES C )
5
5
6
6
# 1. Variables - you are free to edit anything in this step
7
7
Original file line number Diff line number Diff line change 1
1
#ifndef SSHNPD_VERSION_H
2
2
#define SSHNPD_VERSION_H
3
- #define SSHNPD_VERSION "1.0.13 "
3
+ #define SSHNPD_VERSION "1.0.14 "
4
4
#endif
You can’t perform that action at this time.
0 commit comments