freebsd-ports/devel/RStudio/files/patch-src_cpp_session_SessionHttpMethods.cpp
Yuri Victorovich da2f3f630c devel/RStudio: Revert "feat(create-turbo): apply official-starter transform"
This reverts commit 52c0456dd5.

I have no idea what lead to this commit into devel/RStudio and
lang/rust-nightly to be made.
2024-10-02 12:38:44 -07:00

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()