Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Commit

Permalink
Up-version to 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fosslc committed Apr 2, 2010
1 parent d5080d4 commit a329333
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/freeseer
Expand Up @@ -33,7 +33,7 @@ from freeseer_core import *
from freeseer_ui_qt import *
from freeseer_about import *

__version__=u'1.9.5'
__version__=u'1.9.6'

NAME=u'Freeseer'
DESCRIPTION=u'Freeseer is a video capture utility capable of capturing presentation. It captures vga output and audio and mixes them together to produce a video.'
Expand Down
2 changes: 1 addition & 1 deletion src/freeseer_core.py
Expand Up @@ -26,7 +26,7 @@

from freeseer_gstreamer import *

__version__=u'1.9.5'
__version__=u'1.9.6'

class FreeseerCore:
'''
Expand Down
2 changes: 1 addition & 1 deletion src/freeseer_gstreamer.py
Expand Up @@ -27,7 +27,7 @@
pygst.require("0.10")
import gst

__version__=u'1.9.5'
__version__=u'1.9.6'

class Freeseer:
'''
Expand Down

0 comments on commit a329333

Please sign in to comment.