Skip to content

Commit 2fe972d

Browse files
committed
Update to version 2.0.4
1 parent f5ccc8b commit 2fe972d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "library",
99
"keywords": ["Sphinx Search","search-engine","api"],
1010
"homepage": "http://sphinxsearch.com/",
11-
"version": "2.0.3",
11+
"version": "2.0.4",
1212
"authors": [
1313
{
1414
"name": "Andrew Aksyonoff",

sphinxapi.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
//
4-
// $Id: sphinxapi.php 2970 2011-09-23 16:50:22Z klirichek $
4+
// $Id: sphinxapi.php 3087 2012-01-30 23:07:35Z shodan $
55
//
66

77
//
8-
// Copyright (c) 2001-2011, Andrew Aksyonoff
9-
// Copyright (c) 2008-2011, Sphinx Technologies Inc
8+
// Copyright (c) 2001-2012, Andrew Aksyonoff
9+
// Copyright (c) 2008-2012, Sphinx Technologies Inc
1010
// All rights reserved
1111
//
1212
// This program is free software; you can redistribute it and/or modify
@@ -1708,5 +1708,5 @@ function FlushAttributes ()
17081708
}
17091709

17101710
//
1711-
// $Id: sphinxapi.php 2970 2011-09-23 16:50:22Z klirichek $
1711+
// $Id: sphinxapi.php 3087 2012-01-30 23:07:35Z shodan $
17121712
//

0 commit comments

Comments
 (0)