]> code.delx.au - gnu-emacs-elpa/commitdiff
prepare for a bug fix version
authorZhang Chiyuan <pluskid@gmail.com>
Sat, 15 Mar 2008 10:20:41 +0000 (10:20 +0000)
committerZhang Chiyuan <pluskid@gmail.com>
Sat, 15 Mar 2008 10:20:41 +0000 (10:20 +0000)
Rakefile
yasnippet.el

index 261cf3eda98245b1b924f4c592eb5994be95e0ce..22f0c7cb9b77905d487668f6f46059a13f694f3e 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -32,10 +32,10 @@ desc "create a release package and upload it to google code"
 task :release => [:bundle, :package] do
   version = find_version
   sh "googlecode_upload.py -s \"YASnippet Release #{$version}\"" +
-    " -p yasnippet --config-dir=none -l \"Featured,Type-Package,OpSys-All\"" +
+    " -p yasnippet -l \"Featured,Type-Package,OpSys-All\"" +
     " pkg/yasnippet-#{$version}.tar.bz2"
   sh "googlecode_upload.py -s \"YASnippet Bundle #{$version}\"" +
-    " -p yasnippet --config-dir=none -l \"Featured,Type-Package,OpSys-All\"" +
+    " -p yasnippet -l \"Featured,Type-Package,OpSys-All\"" +
     " pkg/yasnippet-bundle-#{$version}.el.tgz"
 
 end
index 1abc7dfb798b5580339690dc7a2c629641b83415..c5381c3048d61e64c8e1421df6627e1b67a6e469 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright 2008 pluskid
 ;; 
 ;; Author: pluskid <pluskid@gmail.com>
-;; Version: 0.2.1
+;; Version: 0.2.3
 ;; X-URL: http://code.google.com/p/yasnippet/
 
 ;; This file is free software; you can redistribute it and/or modify
@@ -98,7 +98,7 @@ mode will be listed under the menu \"yasnippet\".")
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; Internal variables
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(defvar yas/version "0.2.1")
+(defvar yas/version "0.2.3")
 
 (defvar yas/snippet-tables (make-hash-table)
   "A hash table of snippet tables corresponding to each major-mode.")