diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-03 12:23:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-03 12:23:43 +0000 |
commit | 158516fc55b5e38fd3d5cd67150cc85a5162f76b (patch) | |
tree | 6d51fec36e05c36d842287b8b20c624acb53d234 /protocols/AimOscar/version.h | |
parent | 428dc4b401dbadfb37282789dfb95f74726cf4f3 (diff) |
all protos got their own versions, but they still pass the core version to the outside world
git-svn-id: http://svn.miranda-ng.org/main/trunk@1335 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/version.h')
-rw-r--r-- | protocols/AimOscar/version.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/protocols/AimOscar/version.h b/protocols/AimOscar/version.h index b85995d3a5..cd1ad86ac6 100644 --- a/protocols/AimOscar/version.h +++ b/protocols/AimOscar/version.h @@ -15,7 +15,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#define __FILEVERSION_STRING 0,92,2,0
-#define __VERSION_STRING "0.92.2.0"
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 92, 2, 0)
-
+#define __FILEVERSION_STRING 0,11,0,1
+#define __VERSION_STRING "0.11.0.1"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0,11,0,1)
|