Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed Apr 19, 2024
1 parent 15ba97b commit 7dd3847
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile-debian12
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ENV DEBIAN_FRONTEND=noninteractive
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
RUN mkdir -p /src/
COPY . /src/qhttpserver
#RUN git clone https://github.com/aymara/qhttpserver /src/qhttpserver

RUN mkdir -p /src/qhttpserver/build

Expand Down
2 changes: 1 addition & 1 deletion QHttpServerConfig-src.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SET(QHTTPSERVER_INCLUDE_DIR @CMAKE_INSTALL_PREFIX@/include)
SET(QHTTPSERVER_LIBRARY_DIRS @CMAKE_INSTALL_PREFIX@/${LIB_INSTALL_DIR})

set(QHTTPSERVER_VERSION_MAJOR "1")
set(QHTTPSERVER_VERSION_MINOR "0")
set(QHTTPSERVER_VERSION_MINOR "1")
set(QHTTPSERVER_VERSION_RELEASE "@VERSION_RELEASE@")

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

0 comments on commit 7dd3847

Please sign in to comment.