浏览代码

makefile for v0.4

tags/v0.5
Brice Figureau 18 年前
父节点
当前提交
61a9962bfe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Makefile

+ 1
- 1
Makefile 查看文件

@@ -1,5 +1,5 @@
1 1
 dist: CHANGES README LICENSE config ngx_http_uploadprogress_module.c
2
-	tar czvf ../nginx_uploadprogress_module-0.3.tar.gz  \
2
+	tar czvf ../nginx_uploadprogress_module-0.4.tar.gz  \
3 3
 		 ../nginx_uploadprogress_module/CHANGES \
4 4
 		 ../nginx_uploadprogress_module/README \
5 5
 		 ../nginx_uploadprogress_module/LICENSE \

正在加载...
取消
保存