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

Commit c0648f4

Browse files
committed
Fix version to Jakarta 2020.330
1 parent b25ca81 commit c0648f4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

doc/templates/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
# built documents.
7272
#
7373
# The short X.Y version.
74-
version = 'Year.Day'
74+
version = '2020.330'
7575
# The full version, including alpha/beta/rc tags.
7676
release = 'Jakarta'
7777

src/trunk/libs/seiscomp3/core/version.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ FrameworkVersion CurrentVersion;
4545

4646

4747
FrameworkVersion::FrameworkVersion() {
48-
#ifdef WITH_GIT_REVISION
49-
_text = std::string("Jakarta git-") + git_revision();
50-
#else
51-
_text = std::string("Jakarta git-unknown");
52-
#endif
48+
_text = "Jakarta 2020.330";
5349
}
5450

5551

0 commit comments

Comments
 (0)