Skip to content

Commit 3a00cfb

Browse files
committed
Prepare for new release.
1 parent e8c7d9b commit 3a00cfb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
command: /tmp/doxygen2docset/build/tests/doxygen2docset_unittests
3232

3333
- store_artifacts:
34-
path: /tmp/doxygen2docset/build/source/doxygen2docset
34+
path: /tmp/doxygen2docset/build/source/doxygen2docset-0.1.1-Linux.deb
3535
destination: doxygen2docset

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ if(UNIX AND NOT APPLE)
2727
set(CPACK_PACKAGE_VENDOR "Chinmay Garde")
2828
set(CPACK_PACKAGE_CONTACT "[email protected]")
2929
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Dash or Zeal Docsets from Doxygen Documentation")
30-
set(CPACK_PACKAGE_VERSION_MAJOR 1)
31-
set(CPACK_PACKAGE_VERSION_MINOR 0)
32-
set(CPACK_PACKAGE_VERSION_PATCH 0)
30+
set(CPACK_PACKAGE_VERSION_MAJOR 0)
31+
set(CPACK_PACKAGE_VERSION_MINOR 1)
32+
set(CPACK_PACKAGE_VERSION_PATCH 1)
3333
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.md")
3434
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
3535
set(CPACK_GENERATOR "DEB")

0 commit comments

Comments
 (0)