From 59ec9bfc570fc7a532bf8c2d876eda0b8bfc9592 Mon Sep 17 00:00:00 2001 From: Anuradha Dissanayake Date: Sat, 16 Mar 2013 22:13:01 +1300 Subject: [PATCH] Update versions --- plugins/buildingplan.cpp | 2 +- plugins/dwarfmonitor.cpp | 2 +- plugins/resume.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/buildingplan.cpp b/plugins/buildingplan.cpp index 02a1d3a9d..a11798de4 100644 --- a/plugins/buildingplan.cpp +++ b/plugins/buildingplan.cpp @@ -37,7 +37,7 @@ using df::global::ui_build_selector; using df::global::world; DFHACK_PLUGIN("buildingplan"); -#define PLUGIN_VERSION 0.8 +#define PLUGIN_VERSION 0.9 #ifndef HAVE_NULLPTR #define nullptr 0L diff --git a/plugins/dwarfmonitor.cpp b/plugins/dwarfmonitor.cpp index 37e7c1860..1095d24b9 100644 --- a/plugins/dwarfmonitor.cpp +++ b/plugins/dwarfmonitor.cpp @@ -25,7 +25,7 @@ using df::global::ui; typedef int16_t activity_type; -#define PLUGIN_VERSION 0.4 +#define PLUGIN_VERSION 0.5 #define DAY_TICKS 1200 #define DELTA_TICKS 100 diff --git a/plugins/resume.cpp b/plugins/resume.cpp index cf02f26d6..e697a133f 100644 --- a/plugins/resume.cpp +++ b/plugins/resume.cpp @@ -39,7 +39,7 @@ using df::global::ui; using df::global::world; DFHACK_PLUGIN("resume"); -#define PLUGIN_VERSION 0.1 +#define PLUGIN_VERSION 0.2 #ifndef HAVE_NULLPTR #define nullptr 0L