Skip to content
This repository was archived by the owner on Mar 19, 2023. It is now read-only.

Commit 7f3ab79

Browse files
committed
footer: fix prog name, link and version
Signed-off-by: Ognjen Galic <smclt30p@gmail.com>
1 parent 5ecda13 commit 7f3ab79

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(apindex NONE)
44

55
set(CPACK_PACKAGE_VENDOR "Ognjen Galic")
66
set(CPACK_PACKAGE_VERSION_MAJOR 2)
7-
set(CPACK_PACKAGE_VERSION_MINOR 1)
7+
set(CPACK_PACKAGE_VERSION_MINOR 2)
88
set(CPACK_SOURCE_PACKAGE_FILE_NAME ${PROJECT_NAME}-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR})
99
set(CPACK_SOURCE_GENERATOR "TGZ")
1010
set(CPACK_SOURCE_IGNORE_FILES ".git;.idea;CMakeLists.txt.user;build;test_data")

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
apindex (2.2-1) unstable; urgency=medium
2+
3+
* Fix footer program name and link
4+
5+
-- Ognjen Galic <smclt30p@gmail.com> Sat, 12 May 2018 14:05:43 +0200
6+
17
apindex (2.1-1) unstable; urgency=medium
28

39
* First Debian package release

share/apindex/footer.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<span style="font-size: 12px">generated by </span><a style="font-size: 12px" href="https://github.com/smclt30p/mkindex">mkindex.py #VERSION</a>
1+
<span style="font-size: 12px">generated by </span><a style="font-size: 12px" href="https://thinkpads.org/projects/apindex">apindex #VERSION</a>

0 commit comments

Comments
 (0)