Skip to content

Commit

Permalink
Bump VERSION to 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed May 10, 2010
1 parent b807836 commit 5d8ebb9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0.rc.5
3.0.0
4 changes: 3 additions & 1 deletion doc-src/HAML_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
* Table of contents
{:toc}

## 3.0.0 (Unreleased)
## 3.0.0
{#3-0-0}

[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.0).

### Backwards Incompatibilities: Must Read!

* The `puts` helper has been removed.
Expand Down
4 changes: 3 additions & 1 deletion doc-src/SASS_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
* Table of contents
{:toc}

## 3.0.0 (Unreleased)
## 3.0.0
{#3-0-0}

[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.0).

### Deprecations -- Must Read!
{#3-0-0-deprecations}

Expand Down
2 changes: 1 addition & 1 deletion extra/haml-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Nathan Weizenbaum
;; URL: http://github.com/nex3/haml/tree/master
;; Version: 2.2.21
;; Version: 3.0.0
;; Created: 2007-03-08
;; By: Nathan Weizenbaum
;; Keywords: markup, language, html
Expand Down
4 changes: 2 additions & 2 deletions extra/sass-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

;; Author: Nathan Weizenbaum
;; URL: http://github.com/nex3/haml/tree/master
;; Version: 2.2.21
;; Version: 3.0.0
;; Created: 2007-03-15
;; By: Nathan Weizenbaum
;; Keywords: markup, language, css
;; Package-Requires: ((haml-mode "2.2.21"))
;; Package-Requires: ((haml-mode "3.0.0"))

;;; Commentary:

Expand Down

0 comments on commit 5d8ebb9

Please sign in to comment.