opnsense-ports/devel/RStudio/files/patch-src_cpp_session_SessionHttpMethods.cpp
Franco Fichtner 3f61c1c0d8 */*: sync with upstream
Taken from: HardenedBSD
2017-12-02 14:17:50 +01:00

11 lines
373 B
C++

--- src/cpp/session/SessionHttpMethods.cpp.orig 2017-11-16 21:40:37 UTC
+++ src/cpp/session/SessionHttpMethods.cpp
@@ -326,7 +326,7 @@ std::string clientVersion()
return std::string();
// clientVersion is the git revision hash
- return RSTUDIO_GIT_REVISION_HASH;
+ return RSTUDIO_VERSION;
}
void waitForMethodInitFunction(const ClientEvent& initEvent)