Skip to content

Commit 26fbd64

Browse files
committed
working on release
1 parent 620a108 commit 26fbd64

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ option(LIBPOLY_BUILD_STATIC "Build the static library" ON)
1616
option(LIBPOLY_BUILD_STATISTICS "Build the statistics internals" OFF)
1717

1818
set(LIBPOLY_VERSION_MAJOR 0)
19-
set(LIBPOLY_VERSION_MINOR 1)
20-
set(LIBPOLY_VERSION_PATCH 13)
19+
set(LIBPOLY_VERSION_MINOR 2)
20+
set(LIBPOLY_VERSION_PATCH 0)
2121
set(LIBPOLY_VERSION ${LIBPOLY_VERSION_MAJOR}.${LIBPOLY_VERSION_MINOR}.${LIBPOLY_VERSION_PATCH})
2222

2323
if(APPLE)

debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
libpoly0 (1.13-0ubuntu1) bionic; urgency=medium
1+
libpoly0 (0.2.0-0ubuntu1) focal; urgency=medium
22

3-
* Libpoly 1.13 Release
3+
* Libpoly 0.2.0 Release
44

5-
-- Ahmed Irfan <[email protected]> Thu, 19 Dec 2024 13:46:30 +0000
5+
-- Ahmed Irfan <[email protected]> Fri, 2 May 2025 18:46:30 +0000

0 commit comments

Comments
 (0)