freebsd-ports/comms/wspr/files/patch-setup.py
Diane Bruce c7fde5750f - Update to 2.0 Wspr.
- This release adds some rudimentary hamlib support.
- Revised cleaner looking GUI
2009-11-23 02:19:37 +00:00

10 lines
323 B
Python

--- setup.py.orig 2009-11-19 21:37:56.000000000 -0500
+++ setup.py 2009-11-19 21:23:45.000000000 -0500
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-version = "WSPR Version " + "1.11" + ", by K1JT"
+version = "WSPR Version " + "2.00" + ", by K1JT"
from distutils.core import setup
from distutils.file_util import copy_file