浏览代码

Merge pull request #717 from csmith/version-config

Add dummy version.config.
pull/720/head
Greg Holmes 7 年前
父节点
当前提交
56480681d0
共有 1 个文件被更改,包括 20 次插入0 次删除
  1. 20
    0
      src/main/resources/com/dmdirc/version.config

+ 20
- 0
src/main/resources/com/dmdirc/version.config 查看文件

@@ -0,0 +1,20 @@
1
+# This is a dummy version.config file that should be replaced by the build process.
2
+
3
+keysections:
4
+ identity
5
+ version
6
+ updater
7
+ bundledplugins_versions
8
+
9
+identity:
10
+ name=DMDirc version information
11
+ globaldefault=true
12
+ order=95000
13
+
14
+version:
15
+ version=0.0.0
16
+
17
+updater:
18
+ channel=DEV
19
+
20
+buildenv:

正在加载...
取消
保存