From 26c4025c9464cae254efbb98d704126bd2d90852 Mon Sep 17 00:00:00 2001
From: andy <andy>
Date: Tue, 7 Jun 2011 11:18:14 +0100
Subject: [PATCH] STYLE: Updated to version 2.0

---
 etc/bashrc | 2 +-
 etc/cshrc  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/bashrc b/etc/bashrc
index edebe538fce..b3156e238dc 100644
--- a/etc/bashrc
+++ b/etc/bashrc
@@ -32,7 +32,7 @@
 #------------------------------------------------------------------------------
 
 export WM_PROJECT=OpenFOAM
-export WM_PROJECT_VERSION=dev
+export WM_PROJECT_VERSION=2.0
 
 ################################################################################
 # USER EDITABLE PART: Changes made here may be lost with the next upgrade
diff --git a/etc/cshrc b/etc/cshrc
index 658f93da69e..3d35ee0e743 100644
--- a/etc/cshrc
+++ b/etc/cshrc
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 
 setenv WM_PROJECT OpenFOAM
-setenv WM_PROJECT_VERSION dev
+setenv WM_PROJECT_VERSION 2.0
 
 ################################################################################
 # USER EDITABLE PART: Changes made here may be lost with the next upgrade
-- 
GitLab