[Avida-cvs] [avida-svn] r410 - in trunk: Avida2.xcodeproj source

brysonda@myxo.css.msu.edu brysonda at myxo.css.msu.edu
Mon Dec 5 09:49:17 PST 2005


Author: brysonda
Date: 2005-12-05 12:49:17 -0500 (Mon, 05 Dec 2005)
New Revision: 410

Modified:
   trunk/Avida2.xcodeproj/project.pbxproj
   trunk/source/defs.h
Log:
Bump version number.

Modified: trunk/Avida2.xcodeproj/project.pbxproj
===================================================================
--- trunk/Avida2.xcodeproj/project.pbxproj	2005-12-05 15:08:29 UTC (rev 409)
+++ trunk/Avida2.xcodeproj/project.pbxproj	2005-12-05 17:49:17 UTC (rev 410)
@@ -290,6 +290,23 @@
 		DCC3166107628531008F7A48 /* avida.cc in Sources */ = {isa = PBXBuildFile; fileRef = DCC3109C0762539E008F7A48 /* avida.cc */; };
 /* End PBXBuildFile section */
 
+/* Begin PBXBuildStyle section */
+		70B393C30944B5060018F09D /* Development */ = {
+			isa = PBXBuildStyle;
+			buildSettings = {
+				COPY_PHASE_STRIP = NO;
+			};
+			name = Development;
+		};
+		70B393C40944B5060018F09D /* Deployment */ = {
+			isa = PBXBuildStyle;
+			buildSettings = {
+				COPY_PHASE_STRIP = YES;
+			};
+			name = Deployment;
+		};
+/* End PBXBuildStyle section */
+
 /* Begin PBXCopyFilesBuildPhase section */
 		700E2B6D085DE50C00CF158A /* CopyFiles */ = {
 			isa = PBXCopyFilesBuildPhase;
@@ -3001,6 +3018,10 @@
 			buildConfigurationList = 702442D70859E0B00059BD9B /* Build configuration list for PBXProject "Avida2" */;
 			buildSettings = {
 			};
+			buildStyles = (
+				70B393C30944B5060018F09D /* Development */,
+				70B393C40944B5060018F09D /* Deployment */,
+			);
 			hasScannedForEncodings = 0;
 			mainGroup = DCC30C490762532C008F7A48;
 			productRefGroup = DCC3164E07626CF3008F7A48 /* Products */;

Modified: trunk/source/defs.h
===================================================================
--- trunk/source/defs.h	2005-12-05 15:08:29 UTC (rev 409)
+++ trunk/source/defs.h	2005-12-05 17:49:17 UTC (rev 410)
@@ -8,7 +8,7 @@
 #ifndef DEFS_HH
 #define DEFS_HH
 
-#define VERSION "2.4.0"
+#define VERSION "2.4.1"
 #define VERSION_TAG "Padawan"
 
 




More information about the Avida-cvs mailing list