Skip to content

Commit

Permalink
Released as v0.02 (closes GH-2).
Browse files Browse the repository at this point in the history
  • Loading branch information
yak1ex committed May 15, 2018
1 parent 886bbff commit 731990b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
########################################################################

NAME=axpdfium
VER=0_01
VER=0_02

.PHONY: bump dist release tag dtag retag release clean

Expand Down
2 changes: 1 addition & 1 deletion axpdfium.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static std::string g_sExtension = "*.pdf";

const char* table[] = {
"00AM",
"A Susie plugin for PDF with PDFium rendering engine - v0.01 (2015/01/05) Written by Yak!",
"A Susie plugin for PDF with PDFium rendering engine - v0.02 (2018/05/15) Written by Yak!",
"*.pdf",
"PDFƒtƒ@ƒCƒ‹"
};
Expand Down
10 changes: 5 additions & 5 deletions axpdfium.rc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CAPTION "About axpdfium.spi"
FONT 8, "MS Shell Dlg", 400, 0, 1
BEGIN
DEFPUSHBUTTON "OK", IDOK, 46, 52, 50, 14
LTEXT "axpdfium.spi v0.01 (2015/01/05)", IDC_STATIC, 10, 7, 116, 10, SS_LEFT
LTEXT "axpdfium.spi v0.02 (2018/05/15)", IDC_STATIC, 10, 7, 116, 10, SS_LEFT
LTEXT "A Susie plugin for PDF with PDFium rendering engine", IDC_STATIC, 17, 17, 100, 20, SS_LEFT
LTEXT "Written by Yak!", IDC_STATIC, 17, 38, 62, 12, SS_LEFT
END
Expand All @@ -46,8 +46,8 @@ END
// Version Information resources
//
IDV_VERSIONINFO VERSIONINFO
FILEVERSION 0,1,2015,105
PRODUCTVERSION 0,1,2015,105
FILEVERSION 0,2,2018,515
PRODUCTVERSION 0,2,2018,515
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE VFT2_UNKNOWN
Expand All @@ -64,12 +64,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Yak!"
VALUE "FileDescription", "axpdfium.spi - A Susie plugin for PDF with PDFium rendering engine"
VALUE "FileVersion", "Ver 0.01 (2015/01/05)"
VALUE "FileVersion", "Ver 0.02 (2018/05/15)"
VALUE "InternalName", "axpdfium.spi"
VALUE "LegalCopyright", "Written by Yak!"
VALUE "OriginalFilename", "axpdfium.spi"
VALUE "ProductName", "axpdfium.spi"
VALUE "ProductVersion", "Ver 0.01 (2015/01/05)"
VALUE "ProductVersion", "Ver 0.02 (2018/05/15)"
#ifdef DEBUG
VALUE "PrivateBuild", "Debug build"
#endif
Expand Down
19 changes: 11 additions & 8 deletions axpdfium.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
----------------------------------------------------------------------------
axffmpeg.spi v0.01 (2015/01/05)
axffmpeg.spi v0.02 (2018/05/15)
----------------------------------------------------------------------------
2015/01/05 Yak!
2018/05/15 Yak!

****************************************************************************
�{�o�[�W������ proof-of-concept �łł��B�ُ펞�Ή��Ȃǂ���ϊÂ��ł��B
Expand Down Expand Up @@ -58,8 +58,8 @@

5.�J���‹�

Windows8.1 Pro 64bit + Core i7-4500U
���ӂ� v1.56 / Leeyes v2.6.1 / Hamana v1.48 / MassiGra v0.44
Windows8.1 Pro 64bit + Core i7-4790K
���ӂ� v1.56 / Leeyes v2.6.1 / Hamana v1.48 / MassiGra v0.45

PDFium �r���h���� git ���|�W�g���� hash �l�͈ȉ��̒ʂ�ł��B

Expand All @@ -69,8 +69,7 @@

PDFium �� $(PDFIUM_ROOTPATH) �ɁA�r���h���ʂ̃I�u�W�F�N�g��
$(PDFIUM_OBJPAT) �ɂ�����̂Ƃ��ăv���W�F�N�g���쐬����Ă��܂��B
�ڍׂ� https://github.com/yak1ex/axpdfium/blob/master/README.md
���Q�Ƃ��������B
�ڍׂ� README.md ���Q�Ƃ��������B

6.���쌠�E�Ɛӓ�

Expand Down Expand Up @@ -127,8 +126,7 @@

8.�A����

�s��A�v�]�A���z���� Yak! <[email protected]>�A
Twitter �A�J�E���g @yak_ex�A�f���� http://8904.teacup.com/yak_ex/bbs
�s��A�v�]�A���z���� Yak! <[email protected]>�ATwitter �A�J�E���g @yak_ex�A
github https://github.com/yak1ex/axpdfium/issues (���{��� OK �ł�)
���ւ��肢���܂��B

Expand All @@ -138,5 +136,10 @@

10.History

2018/05/15 (v0.02)
- JVN#79301396: �uSusie�v���O�C���uaxpdfium.spi�v�ɂ�����
�C�ӂ� DLL �ǂݍ��݂Ɋւ���Ǝ㐫�v�ɑΉ�
- �s�v�ȋ@�\�𖳌��ɐݒ肵������ pdfium ���X�V

2015/01/05 (v0.01)
- ����

0 comments on commit 731990b

Please sign in to comment.