Browse code

new release 3.11

Guangchuang Yu authored on 13/05/2020 10:21:06
Showing 1 changed files

  • Makefile index 191f577..ad73dae 100644
... ...
@@ -64,10 +64,10 @@ giteeinit:
64 64
 	git fetch --all
65 65
 
66 66
 rmoldrelease:
67
-	git branch -D RELEASE_3_9
67
+	git branch -D RELEASE_3_10
68 68
 
69 69
 release:
70
-	git checkout RELEASE_3_10;\
70
+	git checkout RELEASE_3_11;\
71 71
 	git fetch --all
72 72
 
73 73
 update: