Browse Source

version bump

Ivars 6 years ago
parent
commit
8b6ad6c713
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      imake.bat

+ 2
- 2
imake.bat View File

@@ -2,7 +2,7 @@
2 2
 
3 3
 :--- Pull content submodule ---
4 4
 cd content
5
-git commit -a -m a
5
+git commit -a -m labojumi
6 6
 git checkout .
7 7
 git pull
8 8
 cd ..
@@ -192,7 +192,7 @@ git add %release_dir%%pack_name%_%ver%.ipk
192 192
 
193 193
 :=== Commit/push and copy to feed if message given ===
194 194
 if not ()==(%1%) (
195
-    git commit -m "%1%"
195
+    git commit -m "%ver%"
196 196
     git tag -d "%ver%"
197 197
     git tag "%ver%"
198 198
     git push origin master