From 4eef6482c966567f98cdc94f1ff84b6a8daf0991 Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Wed, 27 Oct 2010 11:46:49 -0500 Subject: [PATCH] change to 1.7.1b1 beta release --- NEWS | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index eccd72a..3016def 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/setup.py b/setup.py index 9e6c982..6d2a547 100644 --- a/setup.py +++ b/setup.py @@ -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'