Rename PACKAGE_VERSION to PCSX_VERSION
[pcsx_rearmed.git] / libpcsxcore / socket.c
index c408bc3..df768e6 100644 (file)
@@ -135,7 +135,7 @@ void GetClient() {
     }
 #endif
 
-    sprintf(hello, "000 PCSX Version %s - Debug console\r\n", PACKAGE_VERSION);
+    sprintf(hello, "000 PCSX Version %s - Debug console\r\n", PCSX_VERSION);
     WriteSocket(hello, strlen(hello));
     ptr = 0;
 }