diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2026-01-25 04:31:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-25 04:31:19 +0200 |
| commit | 048d31cb446879e0d1a1471b4ab99135a92bf289 (patch) | |
| tree | 4294c349d879571eb30c7449a4aeb98b4df17261 /CMakeLists.txt | |
| parent | 5ffc0efcfc8117d4b6de772259af6ebe7d5de0b6 (diff) | |
| parent | a9fad7b6494b1210734d498488f30caa3ee7970a (diff) | |
| download | accel-ppp-1.14.0.tar.gz accel-ppp-1.14.0.zip | |
Merge pull request #289 from nuclearcat/release-1.141.14.0
release: 1.14.0
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2130828d..f5d472db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ IF (EXISTS ${CMAKE_HOME_DIRECTORY}/.git AND NOT IGNORE_GIT) ) STRING(STRIP "${ACCEL_PPP_VERSION}" ACCEL_PPP_VERSION) ELSE (EXISTS ${CMAKE_HOME_DIRECTORY}/.git AND NOT IGNORE_GIT) - SET (ACCEL_PPP_VERSION 1.13.0) + SET (ACCEL_PPP_VERSION 1.14.0) ENDIF (EXISTS ${CMAKE_HOME_DIRECTORY}/.git AND NOT IGNORE_GIT) # we must include cpack.cmake after generating the ACCEL_PPP_VERSION variable |
