Skip to content

Commit

Permalink
bump version number to 0.1.8, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemin committed Aug 8, 2015
1 parent de1498c commit 3c1f9b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
QNapi ChangeLog:
================

2015-??-?? v0.1.8:
* poprawki błędów w silniku Napisy24 dla Windows
2015-08-08 v0.1.8:
* mozliwosc wskazania zapasowego jezyka pobierania napisow
* poprawki bledow w silniku Napisy24 dla Windows
* poprawiona integracja z menu kontekstowym na Windows
?
* wersja przenosna nie wymagajaca instalacji (archiwum zip dla Windows)
* tryb cichy (-q) dostepny takze pod Windows
* poprawiony blad z rozmieszczeniem okien przy wielu ekranach

2015-07-25 v0.1.7:
* silnik dla Napisy24
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define __VERSION__H__

#define QNAPI_VERSION "0.1.8"
#define QNAPI_DISPLAYABLE_VERSION "0.1.8-snapshot"
#define QNAPI_DISPLAYABLE_VERSION "0.1.8"
#define QNAPI_URL "http://qnapi.github.io"

#endif
4 changes: 2 additions & 2 deletions win32/QNapi-setup.nsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; Define your application name
!define APPNAME "QNapi"
!define APPVER "0.1.8-snapshot"
!define APPVER "0.1.8"
!define APPNAMEANDVERSION "${APPNAME} ${APPVER}"

!include "MUI2.nsh"
Expand Down Expand Up @@ -149,4 +149,4 @@ Section Uninstall

SectionEnd

; eof
; eof

0 comments on commit 3c1f9b5

Please sign in to comment.