Changeset 140 for smplayer/vendor/current/src/version.cpp
- Timestamp:
- May 23, 2013, 5:06:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/version.cpp
r137 r140 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 2Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 21 21 #define USE_SVN_VERSIONS 0 22 22 23 #define VERSION "0.8. 2.1"23 #define VERSION "0.8.5" 24 24 25 25 #if USE_SVN_VERSIONS … … 50 50 #endif 51 51 } 52 53 QString stableVersion() { 54 return QString(VERSION); 55 }
Note:
See TracChangeset
for help on using the changeset viewer.