Skip to content

Commit

Permalink
Modified ReadMe.txt
Browse files Browse the repository at this point in the history
* Updated copyright date.
* Updated documentation and links.

Modified   setup/Gow.nsi
* Updated version to 0.5.0.
* Set compression method to LZMA to make it a bit smaller.
  • Loading branch information
bmatzelle committed Nov 21, 2011
1 parent 2026078 commit 8dfd379
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ReadMe.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Gow - The lightweight alternative to Cygwin
------------------------------------------------------------ ------------------------------------------------------------


Homepage: http://wiki.github.com/bmatzelle/gow/ Homepage: http://wiki.github.com/bmatzelle/gow/
Author: Brent R. Matzelle - bmatzelle [at] gmail [dot] com Author: Brent R. Matzelle


ABOUT ABOUT
----- -----
Expand Down Expand Up @@ -43,11 +43,11 @@ DOCUMENTATION & Links
FEEDBACK FEEDBACK
-------- --------


Please send feedback to bmatzelle [at] gmail [dot] com or add an issue to Please submit feedback via the Gow tracker:
the Gow tracker: http://github.com/bmatzelle/gow/issues http://github.com/bmatzelle/gow/issues


Thank you for trying Gow! Thank you for trying Gow!


-------------------------------------------- --------------------------------------------
Copyright (c) 2006 - 2010 Brent R. Matzelle Copyright (c) 2006 - 2012 Brent R. Matzelle
-------------------------------------------- --------------------------------------------
6 changes: 3 additions & 3 deletions setup/Gow.nsi
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
; Gow (Gnu On Windows) installer ; Gow (Gnu On Windows) installer
; Web Site: http://wiki.github.com/bmatzelle/gow/ ; Web Site: http://wiki.github.com/bmatzelle/gow/
; Author: Brent R. Matzelle ; Author: Brent R. Matzelle
; Copyright (c) 2006 - 2010 Brent R. Matzelle ; Copyright (c) 2006 - 2012 Brent R. Matzelle
;--------------------------------------------- ;---------------------------------------------




;-------------------------------- ;--------------------------------
; Constants ; Constants


!define PRODUCT "Gow" !define PRODUCT "Gow"
!define VERSION "0.4.0" !define VERSION "0.5.0"
!define SRC_DIR ".." !define SRC_DIR ".."


Name "${PRODUCT}" Name "${PRODUCT}"
SetCompressor zlib SetCompressor lzma
BrandingText "${PRODUCT} ${VERSION} Installer - powered by NSIS" BrandingText "${PRODUCT} ${VERSION} Installer - powered by NSIS"
RequestExecutionLevel admin RequestExecutionLevel admin


Expand Down

0 comments on commit 8dfd379

Please sign in to comment.