Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Fix version to Jakarta 2020.330
Browse files Browse the repository at this point in the history
  • Loading branch information
gempa-jabe committed Nov 26, 2020
1 parent b25ca81 commit c0648f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/templates/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# built documents.
#
# The short X.Y version.
version = 'Year.Day'
version = '2020.330'
# The full version, including alpha/beta/rc tags.
release = 'Jakarta'

Expand Down
6 changes: 1 addition & 5 deletions src/trunk/libs/seiscomp3/core/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ FrameworkVersion CurrentVersion;


FrameworkVersion::FrameworkVersion() {
#ifdef WITH_GIT_REVISION
_text = std::string("Jakarta git-") + git_revision();
#else
_text = std::string("Jakarta git-unknown");
#endif
_text = "Jakarta 2020.330";
}


Expand Down

0 comments on commit c0648f4

Please sign in to comment.