From 04fe23e9bf38c41d96855f880bdad3e38a39f06c Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Fri, 27 May 2011 21:06:28 +1000 Subject: [PATCH] Linked graphs pruned a bit for performance reasons --- SleepyHead.depend | 4 ++-- SleepyHeadMain.cpp | 4 ++-- version.h | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/SleepyHead.depend b/SleepyHead.depend index 84cc28fa..956660e5 100644 --- a/SleepyHead.depend +++ b/SleepyHead.depend @@ -7870,7 +7870,7 @@ -1306493512 /home/mark/projects/git/sleepyhead/version.h +1306494170 /home/mark/projects/git/sleepyhead/version.h 1306415077 /home/mark/projects/git/sleepyhead/libs/sleeplib/prs1_loader.h "machine.h" @@ -7887,7 +7887,7 @@ "preferences.h" "tinyxml/tinyxml.h" -1306492903 source:/home/mark/projects/git/sleepyhead/SleepyHeadMain.cpp +1306494168 source:/home/mark/projects/git/sleepyhead/SleepyHeadMain.cpp "wx_pch.h" "version.h" diff --git a/SleepyHeadMain.cpp b/SleepyHeadMain.cpp index 2aff430c..45a42e1f 100644 --- a/SleepyHeadMain.cpp +++ b/SleepyHeadMain.cpp @@ -350,8 +350,8 @@ Daily::Daily(wxWindow *win) SF->SetMargins(10,15,20,80); SF->LinkZoom(FRW); - SF->LinkZoom(PRD); - SF->LinkZoom(LEAK); + //SF->LinkZoom(PRD); + //SF->LinkZoom(LEAK); const int sfc=9; diff --git a/version.h b/version.h index 0bc1c733..3210dae5 100644 --- a/version.h +++ b/version.h @@ -16,14 +16,14 @@ namespace AutoVersion{ //Standard Version Type static const long MAJOR = 0; static const long MINOR = 7; - static const long BUILD = 1330; - static const long REVISION = 1746; + static const long BUILD = 1331; + static const long REVISION = 1749; //Miscellaneous Version Types - static const long BUILDS_COUNT = 4980; - #define RC_FILEVERSION 0,7,1330,1746 - #define RC_FILEVERSION_STRING "0, 7, 1330, 1746\0" - static const char FULLVERSION_STRING[] = "0.7.1330.1746"; + static const long BUILDS_COUNT = 4984; + #define RC_FILEVERSION 0,7,1331,1749 + #define RC_FILEVERSION_STRING "0, 7, 1331, 1749\0" + static const char FULLVERSION_STRING[] = "0.7.1331.1749"; //These values are to keep track of your versioning state, don't modify them. static const long BUILD_HISTORY = 62;