1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

change to 1.7.1b1 beta release

This commit is contained in:
Adam Blackburn
2010-10-27 11:46:49 -05:00
parent 7702e1a999
commit 4eef6482c9
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -1,5 +1,5 @@
Wicd 1.7.0 Branch
1.7.1:
1.7.1b1:
Minor Changes:
- Now uses gtkbuilder instead of libglade
- Fixed bug in script macro expansion

View File

@@ -26,7 +26,7 @@ import subprocess
# Be sure to keep this updated!
# VERSIONNUMBER
VERSION_NUM = '1.7.1'
VERSION_NUM = '1.7.1b1'
# REVISION_NUM is automatically updated
REVISION_NUM = 'unknown'
CURSES_REVNO = 'uimod'