forked from Lainports/freebsd-ports
This reverts commit 52c0456dd5.
I have no idea what lead to this commit into devel/RStudio and
lang/rust-nightly to be made.
11 lines
340 B
C++
11 lines
340 B
C++
--- src/cpp/session/SessionHttpMethods.cpp.orig 2021-09-22 13:58:50 UTC
|
|
+++ src/cpp/session/SessionHttpMethods.cpp
|
|
@@ -437,7 +437,7 @@ std::string clientVersion()
|
|
return std::string();
|
|
|
|
// clientVersion is the git revision hash
|
|
- return RSTUDIO_GIT_REVISION_HASH;
|
|
+ return RSTUDIO_VERSION;
|
|
}
|
|
|
|
bool protocolDebugEnabled()
|