From 7d61186d958b4f6ce0f9df285ae0732c3d288d08 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 5 Dec 2011 22:55:15 +0330 Subject: [PATCH] v0.14.0 --- src/lib/version.el | 2 +- src/plugins/nodejs.el | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/version.el b/src/lib/version.el index 3d90b41..d1aab30 100644 --- a/src/lib/version.el +++ b/src/lib/version.el @@ -14,7 +14,7 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . -(defvar KUSO-VERSION "v0.13.0" +(defvar KUSO-VERSION "v0.14.0" "KusoIDE version string") diff --git a/src/plugins/nodejs.el b/src/plugins/nodejs.el index ec6a937..dd4bc68 100644 --- a/src/plugins/nodejs.el +++ b/src/plugins/nodejs.el @@ -14,7 +14,9 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . -;; lxdjango plugin +;; nodejs plugin + +;; TODO: Add a function to check for nodejs installation (require 'cl) (require 'comint)