aboutsummaryrefslogtreecommitdiffstats
path: root/devel/RStudio/files/patch-src_cpp_session_SessionHttpMethods.cpp
blob: fa7b7da86ea8ded25fa6d5232b5bdd1c69a877f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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()