freebsd-ports/devel/RStudio/files/patch-src_cpp_session_SessionHttpMethods.cpp
Yuri Victorovich 6d28cae2f3 New port: devel/rstudio: Integrated development environment (IDE) for R
PR:		220359
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13139
2017-12-02 03:32:16 +00: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)