diff --git a/etc/bashrc b/etc/bashrc
index e6e528df4d81560b9761df70c67e77d36b879ca9..edebe538fceda15b4f166688acdd9019b8f46096 100644
--- a/etc/bashrc
+++ b/etc/bashrc
@@ -32,7 +32,7 @@
 #------------------------------------------------------------------------------
 
 export WM_PROJECT=OpenFOAM
-export WM_PROJECT_VERSION=dev.cvm
+export WM_PROJECT_VERSION=dev
 
 ################################################################################
 # USER EDITABLE PART: Changes made here may be lost with the next upgrade
diff --git a/etc/cshrc b/etc/cshrc
index 455099df5f78f7fd67540eb467f04ba67ba61455..658f93da69e82480f79880c6cd94afe62665d545 100644
--- a/etc/cshrc
+++ b/etc/cshrc
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 
 setenv WM_PROJECT OpenFOAM
-setenv WM_PROJECT_VERSION dev.cvm   #dev
+setenv WM_PROJECT_VERSION dev
 
 ################################################################################
 # USER EDITABLE PART: Changes made here may be lost with the next upgrade