Skip to content

Commit 42e772a

Browse files
committed
Sky 1.7.0
1 parent acbc540 commit 42e772a

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

Sky.pro

+1
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ OTHER_FILES += 3rdparty.sh \
4747
dist/changes/1.5.0.md \
4848
dist/changes/1.6.0.md \
4949
dist/changes/1.7.0.md \
50+
dist/changes/1.8.0.md \

dist/changes/1.7.0.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### Previous: [Changelog 1.6.0](1.6.0.html)
44

5+
### Next: [Changelog 1.8.0](1.8.0.html)
6+
57
# [Sky kit](http://omega.gg/Sky)
68
---
79

dist/changes/1.8.0.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# [Changelog 1.8.0](http://omega.gg/Sky/changes/1.8.0.html)
2+
3+
### Previous: [Changelog 1.7.0](1.7.0.html)
4+
5+
# [Sky kit](http://omega.gg/Sky)
6+
---
7+
8+
# Authors
9+
---
10+
11+
- Benjamin Arnaud aka [bunjee](http://bunjee.me) | <[email protected]>.

src/SkCore/src/controllers/WControllerApplication.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ void WControllerApplication::setVersion(const QString & version)
16871687

16881688
/* static */ QString WControllerApplication::versionSky()
16891689
{
1690-
return "1.6.0-12";
1690+
return "1.7.0-0";
16911691
}
16921692

16931693
/* static */ QString WControllerApplication::versionQt()

0 commit comments

Comments
 (0)