Skip to content

Commit

Permalink
new version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
RaNaN committed Sep 25, 2010
1 parent 7df872c commit 9d8074c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion module/gui/connector.py
Expand Up @@ -16,7 +16,7 @@
@author: mkaay
"""

SERVER_VERSION = "0.4.1"
SERVER_VERSION = "0.4.2"

from time import sleep
from uuid import uuid4 as uuid
Expand Down
2 changes: 1 addition & 1 deletion module/web/settings.py
Expand Up @@ -8,7 +8,7 @@
import sys
import django

SERVER_VERSION = "0.4.1"
SERVER_VERSION = "0.4.2"

PROJECT_DIR = os.path.dirname(__file__)

Expand Down
4 changes: 2 additions & 2 deletions pyLoadCore.py
Expand Up @@ -18,9 +18,9 @@
@author: sebnapi
@author: RaNaN
@author: mkaay
@version: v0.4.0
@version: v0.4.2
"""
CURRENT_VERSION = '0.4.1'
CURRENT_VERSION = '0.4.2'

from getopt import GetoptError
from getopt import getopt
Expand Down

0 comments on commit 9d8074c

Please sign in to comment.