Skip to content

Commit

Permalink
update to version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juergenhoetzel committed May 29, 2009
1 parent 22a17a1 commit d162c96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion babel.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@


;;; History ;;; History


;; 1.1 * Fixed invalid language code mapping for serveral
;; languages

;; 1.0 * Fixed Google backend (new regex) ;; 1.0 * Fixed Google backend (new regex)
;; * New custom variables `babel-buffer-name', ;; * New custom variables `babel-buffer-name',
;; `babel-echo-area', `babel-select-output-window' ;; `babel-echo-area', `babel-select-output-window'
Expand Down Expand Up @@ -210,7 +213,7 @@
:group 'applications) :group 'applications)




(defconst babel-version 1.0 (defconst babel-version "1.1"
"The version number of babel.el") "The version number of babel.el")


(defconst babel-languages (defconst babel-languages
Expand Down

0 comments on commit d162c96

Please sign in to comment.