Skip to content

Commit

Permalink
prepare for version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SnarkyClark committed May 12, 2015
1 parent cc08452 commit d7552c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luapgsql.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <libpq-fe.h>

#define MYNAME "pgsql"
#define MYVERSION MYNAME " library for " LUA_VERSION " 2015.03.04"
#define MYVERSION MYNAME " library for " LUA_VERSION " 1.0.1"

#define TYPE_CONNECTION "PgSQL.Connection"
#define TYPE_RESULT "PgSQL.Result"
Expand Down

0 comments on commit d7552c1

Please sign in to comment.