Skip to content

Commit

Permalink
Docs update, late post release bump
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mohr committed Aug 1, 2010
1 parent c420238 commit 9146446
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions NEWS
@@ -1,3 +1,11 @@
v1.0 2010-08-XX
-------------------
* Correctly save settings after cancelling.
* New "once" option - only sets new default for one reboot and not
permanently.
* New "mount" script: Executed at program start. This allows mounting
of Linux volumes under Windows 7 with ext2ifs.

v0.9 2010-05-30
-------------------
* Use the icon for the window as well
Expand Down
4 changes: 2 additions & 2 deletions README
Expand Up @@ -3,7 +3,7 @@
| |
| Copyright 2007-2010, David Mohr <david@mcbf.net> |
| |
| Version 0.9, 2010-05-30 |
| Version 1.0, 2010-08-XX |
| |
| Released under the GNU GPL v2 or higher |
| This is free software; see the source for copying conditions. There is NO |
Expand All @@ -24,7 +24,7 @@ What it does is:
1. Display your boot menu options, highlighting the current default.
2. After clicking on one of the buttons, the new default will be saved in
grub's environment.
3. Optionally end your session.
3. Optionally end your session (aka reboot / logout etc).


*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion win32/win32-installer.nsi
Expand Up @@ -38,7 +38,7 @@ SetCompressor lzma

# grub-choose-default program information
!define PROGRAM_NAME "grub-choose-default"
!define PROGRAM_VERSION "0.9"
!define PROGRAM_VERSION "1.0"
!define PROGRAM_WEB_SITE "http://ds.mcbf.net/wiki/GrubChooseDefault"

# Installer for GTK+ 2.12 runtime; will be downloaded
Expand Down
4 changes: 2 additions & 2 deletions wscript
Expand Up @@ -20,8 +20,8 @@ else:
out = '_build_'

APPNAME = 'grub-choose-default'
VERSION = '0.9'
IS_DEV=False
VERSION = '1.0'
IS_DEV=True


if IS_DEV:
Expand Down

0 comments on commit 9146446

Please sign in to comment.