JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Prepare for release 0.10.0.
authorMarco Peereboom <marco@conformal.com>
Wed, 11 Jan 2012 18:42:56 +0000 (12:42 -0600)
committerMarco Peereboom <marco@conformal.com>
Wed, 11 Jan 2012 18:42:56 +0000 (12:42 -0600)
version.h

index d687fc9..6ea92a7 100644 (file)
--- a/version.h
+++ b/version.h
@@ -22,8 +22,8 @@
 #define SCROTWM_STRINGIZE(x)   SCROTWM_STR(x)
 
 #define SCROTWM_MAJOR          0
-#define SCROTWM_MINOR          9
-#define SCROTWM_PATCH          34
+#define SCROTWM_MINOR          10
+#define SCROTWM_PATCH          0
 #define SCROTWM_VERSION                SCROTWM_STRINGIZE(SCROTWM_MAJOR) "." \
                                SCROTWM_STRINGIZE(SCROTWM_MINOR) "." \
                                SCROTWM_STRINGIZE(SCROTWM_PATCH)