This is an automated email from the ASF dual-hosted git repository.

absurdfarce pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-cpp-driver.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b3bf79d6 CASSCPP-13 Update DRIVER_NAME after donation to ASF
b3bf79d6 is described below

commit b3bf79d695952ec94988feb672f75bb057f3e037
Author: absurdfarce <[email protected]>
AuthorDate: Tue Jul 14 14:54:30 2026 -0500

    CASSCPP-13 Update DRIVER_NAME after donation to ASF
    
    patch by Bret McGuire; reviewed by Bret McGuire and Yifan Cai
---
 src/driver_info.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/driver_info.cpp b/src/driver_info.cpp
index 94105f83..85b15280 100644
--- a/src/driver_info.cpp
+++ b/src/driver_info.cpp
@@ -29,7 +29,7 @@
 namespace datastax { namespace internal {
 
 const char* driver_name() {
-  return "DataStax C/C++ Driver for Apache Cassandra and DataStax Products";
+  return "Apache Cassandra C/C++ Driver";
 }
 
 const char* driver_version() {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to