Below is the code of my module's .info file. I created the module for 6.x and 7.x. If core = 7.x the module was working in Drupal7 not D6. In the same way if core = 7.x the module was working in Drupal6 and not D7. I want to create a module to work in both D6 and D7. What can I do? Please help..
name = Synchronize Articles
description = Synchronize Articles.
core = 7.x
; NEW LINE
configure = admin/config/content/synchronize_articles
Above is the code of my module's .info file.