diff options
Diffstat (limited to 'src/libwebvi/webvi/version.py')
-rw-r--r-- | src/libwebvi/webvi/version.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libwebvi/webvi/version.py b/src/libwebvi/webvi/version.py index 26cb817..6aa4fc8 100644 --- a/src/libwebvi/webvi/version.py +++ b/src/libwebvi/webvi/version.py @@ -15,6 +15,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -MAJOR = '0' -MINOR = '2' -VERSION = MAJOR + '.' + MINOR +VERSION = '0.3.3' |