solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit bf94a1e0d8ecff60852106e1717ce41a0e75ee59
parent 23fbe40abedd6276920ccdc9e8999372cedf3931
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Mon,  5 Dec 2011 22:11:34 +0200

bumped the version to 0.2

Diffstat:
Msolarized-theme-pkg.el | 2+-
Msolarized-theme.el | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/solarized-theme-pkg.el b/solarized-theme-pkg.el @@ -1,4 +1,4 @@ (define-package "solarized-theme" - "0.1" + "0.2" "The Solarized color theme, ported to Emacs.") diff --git a/solarized-theme.el b/solarized-theme.el @@ -4,7 +4,7 @@ ;; Author: Bozhidar Batsov <bozhidar.batsov@gmail.com> ;; URL: http://github.com/bbatsov/solarized-emacs -;; Version: 0.1 +;; Version: 0.2 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by