From acba9bdb86a538891bf0dfc72921f0c79b1f5b19 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Thu, 12 Sep 2013 20:16:45 +0200 Subject: Bump to 1.1.0 --- README.md | 6 +++--- configure.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 843882f..e208640 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a management suite for dotfiles. It assumes that you have a separate dotfiles directory, or are interested in creating one. -The programs provided are `rcup`, `mkrc`, and `lsrc`. +The programs provided are `rcup`, `mkrc`, `rcdn`, and `lsrc`. Installation ------------ @@ -17,8 +17,8 @@ Arch Linux: Debian-based (including Ubuntu): - wget http://mike-burns.com/project/rcm/rcm_1.0.0_all.deb - sudo dpkg -i rcm_1.0.0_all.deb + wget http://mike-burns.com/project/rcm/rcm_1.1.0_all.deb + sudo dpkg -i rcm_1.1.0_all.deb OS X: diff --git a/configure.ac b/configure.ac index f97e358..e35f2dd 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.0.0, mike@mike-burns.com) +AC_INIT(rcm, 1.1.0, mike@mike-burns.com) AM_INIT_AUTOMAKE # Checks for programs. -- cgit v1.2.3