Skip to content

Commit 7dd3847

Browse files
committed
Bump version to 1.1.1
1 parent 15ba97b commit 7dd3847

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile-debian12

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ENV DEBIAN_FRONTEND=noninteractive
77
RUN apt-get update -y -qq && apt-get install -y apt-utils wget bzip2 git gcc g++ cmake cmake-data ninja-build qt6-base-dev-tools qt6-declarative-dev packaging-dev -qq
88
RUN mkdir -p /src/
99
COPY . /src/qhttpserver
10-
#RUN git clone https://github.com/aymara/qhttpserver /src/qhttpserver
1110

1211
RUN mkdir -p /src/qhttpserver/build
1312

QHttpServerConfig-src.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SET(QHTTPSERVER_INCLUDE_DIR @CMAKE_INSTALL_PREFIX@/include)
33
SET(QHTTPSERVER_LIBRARY_DIRS @CMAKE_INSTALL_PREFIX@/${LIB_INSTALL_DIR})
44

55
set(QHTTPSERVER_VERSION_MAJOR "1")
6-
set(QHTTPSERVER_VERSION_MINOR "0")
6+
set(QHTTPSERVER_VERSION_MINOR "1")
77
set(QHTTPSERVER_VERSION_RELEASE "@VERSION_RELEASE@")
88

99
set(QHTTPSERVER_VERSION "${QHTTPSERVER_VERSION_MAJOR}.${QHTTPSERVER_VERSION_MINOR}.${QHTTPSERVER_VERSION_RELEASE}")

0 commit comments

Comments
 (0)