diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-16 13:45:34 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-16 13:45:34 +0100 |
commit | 2b78c56c7d895ab11ecf67734a8e509ee68a8e73 (patch) | |
tree | 8f6626dfe553e6c5775cca6176ee9fd00d696fc4 /mysqlc | |
parent | 4946c62f2943dfb3466cc4214a9c8ccd922669b5 (diff) |
mysqlconnector: #i107391# bump version to 1.0.1 Alpha
Diffstat (limited to 'mysqlc')
-rw-r--r-- | mysqlc/version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysqlc/version.mk b/mysqlc/version.mk index ee91518c5fc8..81a2cfd23da8 100644 --- a/mysqlc/version.mk +++ b/mysqlc/version.mk @@ -27,7 +27,7 @@ MYSQLC_VERSION_MAJOR=1 MYSQLC_VERSION_MINOR=0 -MYSQLC_VERSION_MICRO=0 +MYSQLC_VERSION_MICRO=1 # the title, as displayed in the Extension Manager MYSQLC_TITLE=MySQL Connector for OpenOffice.org @@ -35,4 +35,4 @@ MYSQLC_TITLE=MySQL Connector for OpenOffice.org # the status of the extension # if this is different from "final", it will be appended to the title displayed in the Extension Manager # and also added to the file name of the resulting .oxt file -MYSQLC_STATUS=final +MYSQLC_STATUS=Alpha |