summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 618a1c7..0e8f7e0 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@ Arch Linux:
Debian-based (including Ubuntu):
- wget http://thoughtbot.github.io/rcm/debs/rcm_1.1.0_all.deb
- sudo dpkg -i rcm_1.1.0_all.deb
+ wget http://thoughtbot.github.io/rcm/debs/rcm_1.2.0_all.deb
+ sudo dpkg -i rcm_1.2.0_all.deb
OS X:
diff --git a/configure.ac b/configure.ac
index e35f2dd..95fdb6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT(rcm, 1.1.0, mike@mike-burns.com)
+AC_INIT(rcm, 1.2.0, mike@mike-burns.com)
AM_INIT_AUTOMAKE
# Checks for programs.