Skip to content

Commit

Permalink
bump version to 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Inho Oh <inho.oh@sk.com>
  • Loading branch information
webispy committed Jul 11, 2024
1 parent 2d1e56c commit 842f8d3
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_C_STANDARD 99)
set(CMAKE_C_EXTENSIONS ON)

# version: 0.1.0
# version: 0.1.1
set(VERSION_MAJOR 0)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

pkg_check_modules(glib REQUIRED glib-2.0)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "ALN"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.1.0
PROJECT_NUMBER = 0.1.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
5 changes: 4 additions & 1 deletion packaging/aln.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: aln
Version: 0.1.0
Version: 0.1.1
Release: 1%{?dist}
Summary: Amazing Lucky Numbers - A library and tool for generating lucky numbers

Expand Down Expand Up @@ -65,5 +65,8 @@ install -m 644 doc/man/man3/* %{buildroot}%{_mandir}/man3/
%{_mandir}/man3/aln_*.3*

%changelog
* Thu Jul 11 2024 Inho Oh <webispy@gmail.com> - 0.1.1
- fix aln.pc.in
- fix packaging
* Tue Jul 02 2024 Inho Oh <webispy@gmail.com> - 0.1.0-1
- Initial package
7 changes: 7 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
aln (0.1.1) focal; urgency=medium

* fix aln.pc.in
* fix packaging

-- Inho Oh <webispy@gmail.com> Thu, 11 Jul 2024 18:30:00 +0900

aln (0.1.0) focal; urgency=medium

* Initial release.
Expand Down
7 changes: 7 additions & 0 deletions packaging/jammy/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
aln (0.1.1) jammy; urgency=medium

* fix aln.pc.in
* fix packaging

-- Inho Oh <webispy@gmail.com> Thu, 11 Jul 2024 18:30:00 +0900

aln (0.1.0) jammy; urgency=medium

* Initial release.
Expand Down
7 changes: 7 additions & 0 deletions packaging/noble/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
aln (0.1.1) noble; urgency=medium

* fix aln.pc.in
* fix packaging

-- Inho Oh <webispy@gmail.com> Thu, 11 Jul 2024 18:30:00 +0900

aln (0.1.0) noble; urgency=medium

* Initial release.
Expand Down

0 comments on commit 842f8d3

Please sign in to comment.