Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rg3 committed Mar 29, 2009
1 parent cab70e9 commit 93a8e64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion halrv
Expand Up @@ -11,7 +11,7 @@ import os.path
import sys

# Some constants
PROGRAM_VERSION = 3
PROGRAM_VERSION = '4_beta'

HAL_SERVICE = 'org.freedesktop.Hal'
HAL_MANAGER_OBJ = '/org/freedesktop/Hal/Manager'
Expand Down
2 changes: 1 addition & 1 deletion halrv.SlackBuild
Expand Up @@ -14,7 +14,7 @@ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

# Initial variables
PNAME=halrv # Package name
PVERSION=3 # Package version
PVERSION=4_beta # Package version
ARCH=${ARCH:-noarch} # Package architecture
BUILD=${BUILD:-1rg} # Build number plus packager initials

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='halrv',
version='3',
version='4_beta',
description='HAL Removable Volumes Manager',
author='Ricardo Garcia',
url='http://github.com/rg3/halrv/tree/master',
Expand Down

0 comments on commit 93a8e64

Please sign in to comment.