Commit 1d4f6f1452814b7e936a2ad766c7ce11cc70f57c
1 parent
34f00498
timestamping 1.7.10_03 for final release
Showing
1 changed file
with
1 additions
and
1 deletions
java/common/com/mumfrey/liteloader/core/LiteLoaderVersion.java
... | ... | @@ -38,7 +38,7 @@ public enum LiteLoaderVersion |
38 | 38 | MC_1_7_10_R0(27, 1404330030, "1.7.10", "1.7.10", "1.7.10"), |
39 | 39 | MC_1_7_10_R1(28, 1404673785, "1.7.10", "1.7.10_01", "1.7.10"), |
40 | 40 | MC_1_7_10_R2(29, 1405369406, "1.7.10", "1.7.10_02", "1.7.10"), |
41 | - MC_1_7_10_R3(30, 1407278093, "1.7.10", "1.7.10_03", "1.7.10", "1.7.10_03"); | |
41 | + MC_1_7_10_R3(30, 1407687918, "1.7.10", "1.7.10_03", "1.7.10", "1.7.10_03"); | |
42 | 42 | |
43 | 43 | /** |
44 | 44 | * Current loader version | ... | ... |