Skip to content

Commit

Permalink
app: Revert to autogenerated year in the version info
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Aug 28, 2017
1 parent 3812d2e commit 2142fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ else()
endif()

set(PROJECT_COMPANY_NAME "ZealDocs")
string(TIMESTAMP PROJECT_COPYRIGHT "© 2015-2017 Oleg Shparber" UTC)
string(TIMESTAMP PROJECT_COPYRIGHT "© 2015-%Y Oleg Shparber" UTC)
set(PROJECT_DESCRIPTION "A simple documentation browser.")
set(PROJECT_URL "https://zealdocs.org")

Expand Down

0 comments on commit 2142fba

Please sign in to comment.