From d385028ed409ceec364de921b5087be7f62faff7 Mon Sep 17 00:00:00 2001
From: Andrew Gallant <jamslam@gmail.com>
Date: Sun, 5 Jul 2015 13:17:05 -0400
Subject: [PATCH] version bumps.

---
 Cargo.toml              | 4 ++--
 regex-syntax/Cargo.toml | 2 +-
 regex_macros/Cargo.toml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 51a7718..d5cbb45 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "regex"
-version = "0.1.39"
+version = "0.1.40"
 authors = ["The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 readme = "README.md"
@@ -36,7 +36,7 @@ bench = true
 [dependencies]
 aho-corasick = "0.2"
 memchr = "0.1"
-regex-syntax = { path = "regex-syntax", version = "0.1" }
+regex-syntax = { path = "regex-syntax", version = "0.2" }
 
 [dev-dependencies]
 rand = "0.3"
diff --git a/regex-syntax/Cargo.toml b/regex-syntax/Cargo.toml
index f79dff4..9c64a9c 100644
--- a/regex-syntax/Cargo.toml
+++ b/regex-syntax/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "regex-syntax"
-version = "0.1.3"
+version = "0.2.0"
 authors = ["The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-lang/regex"
diff --git a/regex_macros/Cargo.toml b/regex_macros/Cargo.toml
index 452d78d..9f840f5 100644
--- a/regex_macros/Cargo.toml
+++ b/regex_macros/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "regex_macros"
-version = "0.1.20"
+version = "0.1.21"
 authors = ["The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-lang/regex"