Changeset 186 for smplayer/vendor/current/src/version.h
- Timestamp:
- Jan 24, 2017, 12:24:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/version.h
r175 r186 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 28 28 static QString revision(); 29 29 static QString with_revision() { return stable() + "." + revision(); } 30 static bool is_unstable(); 30 31 }; 31 32
Note:
See TracChangeset
for help on using the changeset viewer.